lang/org: fix backtab (rebound by evil-collection-org)

This commit is contained in:
Henrik Lissner 2018-03-25 17:19:22 -04:00
parent 22e18ad0a6
commit 28f221ed9c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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