private/hlissner: fix org-mode-map keybind fixes in +bindings.el #285
This commit is contained in:
parent
908d055cfb
commit
d7938781e1
1 changed files with 1 additions and 4 deletions
|
@ -760,10 +760,7 @@
|
|||
:i [remap delete-backward-char] #'doom/deflate-space-maybe
|
||||
:i [remap newline] #'doom/newline-and-indent
|
||||
|
||||
(:map org-mode-map
|
||||
[remap doom/inflate-space-maybe] #'self-insert-command)
|
||||
|
||||
(:after org-mode
|
||||
(:after org
|
||||
(:map org-mode-map
|
||||
:i [remap doom/inflate-space-maybe] #'org-self-insert-command
|
||||
:i "C-e" #'org-end-of-line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue