Evil: Probably fix Shift-Tab this time.

master
Pierre Neidhardt 2019-08-14 17:26:32 +02:00
parent d3e5bf2e4c
commit 8409e4449e
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@
;; REVIEW: Fix shift-tab in Evil org.
;; See https://github.com/emacs-evil/evil-collection/issues/53.
(setq evil-collection-outline-bind-tab-p t)
(setq evil-collection-outline-bind-tab-p nil)
(evil-define-key '(normal visual) evil-org-mode-map
(kbd "<backtab>") 'org-shifttab)))