disable capitalize word (M-c) for default

by @saravia
This commit is contained in:
Jesús 2021-07-02 15:52:20 -05:00
parent 6614195fd3
commit 94347e9e73
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

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