summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-09 14:03:34 +0100
committerGravatar Tom Willemse2015-11-09 14:03:34 +0100
commitacb703bfc0b041993679cf1845f5ba18485176d7 (patch)
tree8cee31b4fd8143d7ed4a88d0ded780b7d2877b70 /emacs
parentaf735619dfac3a6422214d01e7873c447d57615c (diff)
downloaddotfiles-acb703bfc0b041993679cf1845f5ba18485176d7.tar.gz
dotfiles-acb703bfc0b041993679cf1845f5ba18485176d7.zip
Provide circe-init feature
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