private/default: remove C-a/C-e bind fixes in org-mode

No longer necessary after dadfeec5 and 7c48e7e5.
This commit is contained in:
Henrik Lissner 2018-02-01 19:55:29 -05:00
parent 324a644002
commit de1a955cd9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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