Evil: Fix evil-collection configuration

master
Pierre Neidhardt 2017-12-25 12:37:28 +01:00
parent b26b487fad
commit 34b4431afc
1 changed files with 3 additions and 2 deletions

View File

@ -103,9 +103,10 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Mode specific bindings.
;; 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)
(when (require 'evil-collection nil t)
(setq evil-collection-setup-minibuffer t
evil-collection-term-sync-state-and-mode-p t)
(evil-collection-init))
(with-eval-after-load 'elfeed