Use use-package to configure circe
This commit is contained in:
parent
4f4fa43dbd
commit
c4f3f39ca9
1 changed files with 5 additions and 2 deletions
|
@ -1303,8 +1303,11 @@
|
|||
loaded when Circe is loaded.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(with-eval-after-load 'circe
|
||||
(require 'circe-init))
|
||||
(use-package circe
|
||||
:ensure t
|
||||
:commands (circe)
|
||||
:load-path "vendor-lisp/circe"
|
||||
:config (require 'circe-init))
|
||||
#+END_SRC
|
||||
|
||||
#+INCLUDE: init-circe.org :minlevel 3
|
||||
|
|
Loading…
Reference in a new issue