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.
|
loaded when Circe is loaded.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(with-eval-after-load 'circe
|
(use-package circe
|
||||||
(require 'circe-init))
|
:ensure t
|
||||||
|
:commands (circe)
|
||||||
|
:load-path "vendor-lisp/circe"
|
||||||
|
:config (require 'circe-init))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+INCLUDE: init-circe.org :minlevel 3
|
#+INCLUDE: init-circe.org :minlevel 3
|
||||||
|
|
Loading…
Reference in a new issue