fix(org): TAB in org-mode (for corfu users)
For evil users, TAB used to invoke `org-cycle` in insert mode, until recent changes with the corfu module undid them, making them invoke only completion.
This commit is contained in:
parent
5485b912de
commit
c616831a8f
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ between the two."
|
||||||
;; Recently, a [tab] keybind in `outline-mode-cycle-map' has begun
|
;; Recently, a [tab] keybind in `outline-mode-cycle-map' has begun
|
||||||
;; overriding org's [tab] keybind in GUI Emacs. This is needed to undo
|
;; overriding org's [tab] keybind in GUI Emacs. This is needed to undo
|
||||||
;; that, and should probably be PRed to org.
|
;; that, and should probably be PRed to org.
|
||||||
[tab] #'org-cycle
|
:ie [tab] #'org-cycle
|
||||||
|
|
||||||
"C-c C-S-l" #'+org/remove-link
|
"C-c C-S-l" #'+org/remove-link
|
||||||
"C-c C-i" #'org-toggle-inline-images
|
"C-c C-i" #'org-toggle-inline-images
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue