mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: fix backtab (rebound by evil-collection-org)
This commit is contained in:
@ -253,6 +253,7 @@ between the two."
|
||||
(require 'evil-org)
|
||||
(map! :map outline-mode-map
|
||||
:n "^" nil
|
||||
:n [backtab] nil
|
||||
|
||||
:map evil-org-mode-map
|
||||
:i [backtab] #'+org/dedent
|
||||
|
Reference in New Issue
Block a user