summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index de34b15..6dfaa87 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -954,8 +954,8 @@
           (defun turn-on-cedit-mode ()
             (cedit-mode 1)))
   :config (progn
-            (bind-key "C-M-b" #'cedit-beginning-of-statement cedit-mode-map)
-            (bind-key "C-M-f" #'cedit-end-of-statement cedit-mode-map)
+            (bind-key "M-a" #'cedit-beginning-of-statement cedit-mode-map)
+            (bind-key "M-e" #'cedit-end-of-statement cedit-mode-map)
             (bind-key "C-M-d" #'cedit-down-block cedit-mode-map)
             (bind-key "C-M-u" #'cedit-up-block-backward cedit-mode-map)
             (bind-key "C-M-n" #'cedit-up-block-forward cedit-mode-map)