private/default: remove C-a/C-e bind fixes in org-mode
No longer necessary afterdadfeec5
and7c48e7e5
.
This commit is contained in:
parent
324a644002
commit
de1a955cd9
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue