Disable doom/inflate-space-maybe in org-mode #285
This commit is contained in:
parent
efdde6961e
commit
908d055cfb
1 changed files with 3 additions and 0 deletions
|
@ -760,6 +760,9 @@
|
|||
: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
|
||||
(:map org-mode-map
|
||||
:i [remap doom/inflate-space-maybe] #'org-self-insert-command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue