diff options
author | Jesús <heckyel@hyperbola.info> | 2021-07-02 15:52:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-07-02 15:52:20 -0500 |
commit | 94347e9e735dc86da8ff0400da5b7e0fcf4b93cf (patch) | |
tree | e85d5629c1313059898471a2a9d13b62180d9bd8 /modules/init-gui.el | |
parent | 6614195fd39afc7a17bd9ccf7eeb75401e1d875c (diff) | |
download | emacs-personal-94347e9e735dc86da8ff0400da5b7e0fcf4b93cf.tar.lz emacs-personal-94347e9e735dc86da8ff0400da5b7e0fcf4b93cf.tar.xz emacs-personal-94347e9e735dc86da8ff0400da5b7e0fcf4b93cf.zip |
disable capitalize word (M-c) for default
by @saravia
Diffstat (limited to 'modules/init-gui.el')
-rw-r--r-- | modules/init-gui.el | 1 |
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 |