diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 8c43f2d62..444470847 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -688,6 +688,11 @@ 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. + [tab] #'org-cycle + "C-c C-S-l" #'+org/remove-link "C-c C-i" #'org-toggle-inline-images ;; textmate-esque newline insertion