aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-07-02 15:52:20 -0500
committerJesús <heckyel@hyperbola.info>2021-07-02 15:52:20 -0500
commit94347e9e735dc86da8ff0400da5b7e0fcf4b93cf (patch)
treee85d5629c1313059898471a2a9d13b62180d9bd8
parent6614195fd39afc7a17bd9ccf7eeb75401e1d875c (diff)
downloademacs-personal-94347e9e735dc86da8ff0400da5b7e0fcf4b93cf.tar.lz
emacs-personal-94347e9e735dc86da8ff0400da5b7e0fcf4b93cf.tar.xz
emacs-personal-94347e9e735dc86da8ff0400da5b7e0fcf4b93cf.zip
disable capitalize word (M-c) for default
by @saravia
-rw-r--r--modules/init-gui.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init-gui.el b/modules/init-gui.el
index 1e70495..7b83c4b 100644
--- a/modules/init-gui.el
+++ b/modules/init-gui.el
@@ -64,6 +64,7 @@
(global-set-key (kbd "s-C--") 'sacha/decrease-font-size) ; C-- decrease font size
(global-set-key (kbd "<f12>") 'revert-buffer-no-confirm)
(global-set-key (kbd "s-h") 'global-hl-line-mode) ; Highlight current line
+(global-set-key (kbd "M-c") nil) ; disable capitalize-word
;;---------------------------------------------------------------------------
;; FullScreen