disable capitalize word (M-c) for default

by @saravia
This commit is contained in:
Jesús 2021-07-02 15:58:18 -05:00
parent 55fa9396d8
commit 4177899f78
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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
;;----------------------------------------------------------------------------