summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init-circe.org9
1 files changed, 9 insertions, 0 deletions
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