What is going on with use-package!?
Seems that a combination of :tags break it.
This commit is contained in:
parent
2446ddbdf2
commit
a30dcaf72a
1 changed files with 5 additions and 2 deletions
|
@ -170,9 +170,12 @@ Use the ~>~ key to /slurp/ in outside objects into the current expression… in
|
|||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package lispyville
|
||||
:after lispy
|
||||
:hook ((emacs-lisp-mode lisp-mode) . lispyville-mode)
|
||||
:hook ((emacs-lisp-mode lisp-mode) . lispyville-mode))
|
||||
#+end_src
|
||||
|
||||
Now
|
||||
#+begin_src emacs-lisp
|
||||
(use-package lispyville
|
||||
:config
|
||||
(lispyville-set-key-theme '(operators atom-movement
|
||||
commentary slurp/barf-lispy additional-wrap
|
||||
|
|
Loading…
Reference in a new issue