From de1a955cd92c5cb05b02e72d66739e51a08226d1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 1 Feb 2018 19:55:29 -0500 Subject: [PATCH] private/default: remove C-a/C-e bind fixes in org-mode No longer necessary after dadfeec5 and 7c48e7e5. --- modules/private/default/+bindings.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/private/default/+bindings.el b/modules/private/default/+bindings.el index b8a894889..0f179b7d1 100644 --- a/modules/private/default/+bindings.el +++ b/modules/private/default/+bindings.el @@ -719,9 +719,7 @@ (:after org (:map org-mode-map - :i [remap doom/inflate-space-maybe] #'org-self-insert-command - :i "C-e" #'org-end-of-line - :i "C-a" #'org-beginning-of-line)) + :i [remap doom/inflate-space-maybe] #'org-self-insert-command)) ;; Restore common editing keys (and ESC) in minibuffer (:map (minibuffer-local-map