mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add C-e/C-a insert-state bindings for org-mode
This commit is contained in:
@ -751,7 +751,9 @@
|
|||||||
|
|
||||||
(:after org-mode
|
(:after org-mode
|
||||||
(:map org-mode-map
|
(:map org-mode-map
|
||||||
:i [remap doom/inflate-space-maybe] #'org-self-insert-command))
|
:i [remap doom/inflate-space-maybe] #'org-self-insert-command
|
||||||
|
:i "C-e" #'org-end-of-line
|
||||||
|
:i "C-a" #'org-beginning-of-line))
|
||||||
|
|
||||||
;; Make ESC quit all the things
|
;; Make ESC quit all the things
|
||||||
(:map (minibuffer-local-map
|
(:map (minibuffer-local-map
|
||||||
|
Reference in New Issue
Block a user