summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-29 00:42:48 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-29 00:42:48 -0500
commit93f8d6e415d03a6c9297d8a02fb7e4b8e67dd05a (patch)
tree7650a27978dc9ac2e15178812f1bb184e6e31747 /bog.el
parentd1fc9b997d4d73ebd79d018da7f5317d2b39a337 (diff)
downloadbog-93f8d6e415d03a6c9297d8a02fb7e4b8e67dd05a.tar.gz
Explicitly require cl
This is already being pulled in by Org.
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/bog.el b/bog.el
index 973cb06..60e6ab0 100644
--- a/bog.el
+++ b/bog.el
@@ -33,6 +33,9 @@
(require 'dash)
(require 'org)
+(eval-when-compile
+ (require 'cl))
+
;;; Customization