fix(org): allow tab to expand yasnippets in org

I do not see any evidence of a [tab] binding in `outline-mode-cycle-map`
in Emacs29, Emacs30, nor Emacs31. Moreover, this keybinding is
overriding our TAB keybinding in GUI Emacs, so YaSnippets are not being
expanded.
This commit is contained in:
StrawberryTea
2024-12-25 03:33:58 -06:00
committed by Henrik Lissner
parent 90d2834bef
commit a7ee1edf3f

View File

@ -839,11 +839,6 @@ between the two."
#'+org-delete-backward-char-and-realign-table-maybe-h)
(map! :map org-mode-map
;; Recently, a [tab] keybind in `outline-mode-cycle-map' has begun
;; overriding org's [tab] keybind in GUI Emacs. This is needed to undo
;; that, and should probably be PRed to org.
:ie [tab] #'org-cycle
"C-c C-S-l" #'+org/remove-link
"C-c C-i" #'org-toggle-inline-images
;; textmate-esque newline insertion