mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
private/default: remove C-a/C-e bind fixes in org-mode
No longer necessary afterdadfeec5
and7c48e7e5
.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user