~hook to after init to load after evil for which key

This commit is contained in:
2020-08-15 00:07:23 +01:00
parent 9fe2f0e7dd
commit 463bbda06e

View File

@@ -556,7 +556,9 @@ Basic setup, will be fully integrated in counsel.
Pretty simple, just activate after init.
#+BEGIN_SRC emacs-lisp
(use-package which-key
:hook (after-init . which-key-mode))
:after evil
:config
(which-key-mode))
#+END_SRC
* Yasnippet
Yasnippet is a great package for snippets, which I use heavily in