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:
Henrik Lissner 2024-07-14 18:16:52 -04:00
parent 5485b912de
commit c616831a8f
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

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