Evil: Disable unimpaired to restore "[" and "]" bindings in org-agenda.

master
Pierre Neidhardt 2020-10-26 09:42:57 +01:00
parent 99936be634
commit 2fa536b342
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,8 @@
;; Note: Config must be done before `require'-ing evil-collection.
(setq evil-collection-setup-minibuffer t
evil-collection-term-sync-state-and-mode-p t)
evil-collection-term-sync-state-and-mode-p t
evil-collection-want-unimpaired-p nil)
(when (require 'evil-collection nil t)
(evil-collection-init))