fix evil collection

This commit is contained in:
petrucci4prez 2018-07-14 22:05:02 -04:00
parent e49ba2d4bd
commit c3b570d8c9
2 changed files with 8 additions and 2 deletions

View File

@ -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 ()

View File

@ -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