From c4f3f39ca9b3d6ac08e8ae5b5ab42c4ec7203da0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 17 May 2016 11:24:40 +0200 Subject: Use use-package to configure circe --- emacs/.emacs.d/init.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 0a45569..df73210 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -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 -- cgit v1.2.3-54-g00ecf