From d09f8ce923755a57bdf5aa8b65204202be49c517 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 13 Aug 2014 19:35:39 +0100 Subject: Emacs: Rebind C-M-[ae] to be useful in text modes --- tag-emacs/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 4cc5fdd..37c7924 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -959,6 +959,9 @@ mouse-1: Display Line and Column Mode Menu")))))) ;;;; 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) -- cgit 1.4.1