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