~hook to after init to load after evil for which key
This commit is contained in:
@@ -556,7 +556,9 @@ Basic setup, will be fully integrated in counsel.
|
|||||||
Pretty simple, just activate after init.
|
Pretty simple, just activate after init.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package which-key
|
(use-package which-key
|
||||||
:hook (after-init . which-key-mode))
|
:after evil
|
||||||
|
:config
|
||||||
|
(which-key-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Yasnippet
|
* Yasnippet
|
||||||
Yasnippet is a great package for snippets, which I use heavily in
|
Yasnippet is a great package for snippets, which I use heavily in
|
||||||
|
|||||||
Reference in New Issue
Block a user