From c3b570d8c97f5a7826fc84e1209de2d5f8eed647 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sat, 14 Jul 2018 22:05:02 -0400 Subject: [PATCH] fix evil collection --- conf.el | 6 +++++- conf.org | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/conf.el b/conf.el index beed2a1..05b1c9a 100644 --- a/conf.el +++ b/conf.el @@ -101,6 +101,8 @@ helm-imenu-fuzzy-match t helm-scroll-amount 8) + ;; I liked the way ido-veritcal worked + ;; less invasive... (add-to-list 'display-buffer-alist `(,(rx bos "*helm" (* not-newline) "*" eos) (display-buffer-in-side-window) @@ -1311,7 +1313,9 @@ and reverts all todo keywords to TODO" :ensure t :after evil :init - (evil-collection-init '(which-key helm minibuffer mu4e))) + (setq evil-collection-modes-list '(which-key helm minibuffer mu4e)) + :config + (evil-collection-init)) (add-hook 'org-mode-hook (lambda () diff --git a/conf.org b/conf.org index 12e39d6..c1c16b4 100644 --- a/conf.org +++ b/conf.org @@ -1613,7 +1613,9 @@ I like being evil. All package and custom bindings go here. :ensure t :after evil :init - (evil-collection-init '(which-key helm minibuffer mu4e))) + (setq evil-collection-modes-list '(which-key helm minibuffer mu4e)) + :config + (evil-collection-init)) #+END_SRC ** local *** org-mode