all repos — nixfiles @ d09f8ce923755a57bdf5aa8b65204202be49c517

System and user configuration, managed by nix and home-manager

Emacs: Rebind C-M-[ae] to be useful in text modes

Alan Pearce
commit

d09f8ce923755a57bdf5aa8b65204202be49c517

parent

d5001338c9ad9d5cf54941a39254597cec4f7801

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -959,6 +959,9 @@ (comint-delchar-or-maybe-eof arg)))
;;;; Text editing +(bind-key "C-M-a" #'backward-paragraph text-mode-map) +(bind-key "C-M-e" #'forward-paragraph text-mode-map) + ;; Enable upcase and downcase-region (put 'upcase-region 'disabled nil) (put 'downcase-region 'disabled nil)