From acb703bfc0b041993679cf1845f5ba18485176d7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 9 Nov 2015 14:03:34 +0100 Subject: Provide circe-init feature --- emacs/.emacs.d/init-circe.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init-circe.org b/emacs/.emacs.d/init-circe.org index b13c3e0..81b9e32 100644 --- a/emacs/.emacs.d/init-circe.org +++ b/emacs/.emacs.d/init-circe.org @@ -219,3 +219,12 @@ wanted it. So now I use Circe. (add-to-list 'display-buffer-alist '("^\#mowedline$" oni:display-in-minibufferless-frame)) #+END_SRC + +* Provide the right feature + + In order to be able to use =(require 'circe-init)= we must first + =provide= it. + + #+BEGIN_SRC emacs-lisp + (provide 'circe-init) + #+END_SRC -- cgit v1.2.3-54-g00ecf