From a7ee1edf3f85cb08d94376af17578ac6e7f2c7ed Mon Sep 17 00:00:00 2001 From: StrawberryTea Date: Wed, 25 Dec 2024 03:33:58 -0600 Subject: [PATCH] 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. --- modules/lang/org/config.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index f8787a699..90a99e682 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -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