summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
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)