Add C-e/C-a insert-state bindings for org-mode

This commit is contained in:
Henrik Lissner 2017-07-08 21:10:56 +02:00
parent 2948ec4e0d
commit be4eeac705
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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