aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-07-02 15:58:18 -0500
committerJesús <heckyel@hyperbola.info>2021-07-02 15:58:18 -0500
commit4177899f78cdbf3d8d2270b1ff06dc36ff66e50e (patch)
tree04ba03fd9b13469724a4da25a941b66e7ef1248d
parent55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9 (diff)
downloademacs-base-4177899f78cdbf3d8d2270b1ff06dc36ff66e50e.tar.lz
emacs-base-4177899f78cdbf3d8d2270b1ff06dc36ff66e50e.tar.xz
emacs-base-4177899f78cdbf3d8d2270b1ff06dc36ff66e50e.zip
disable capitalize word (M-c) for default
by @saravia
-rw-r--r--lisp/init-gui.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-gui.el b/lisp/init-gui.el
index 3339e21..6bcdb8c 100644
--- a/lisp/init-gui.el
+++ b/lisp/init-gui.el
@@ -48,6 +48,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
;;----------------------------------------------------------------------------