mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
committed by
Henrik Lissner
parent
90d2834bef
commit
a7ee1edf3f
@ -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
|
||||
|
Reference in New Issue
Block a user