aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-10-06 13:24:56 +0100
committerYann Herklotz <git@yannherklotz.com>2020-10-06 13:24:56 +0100
commite90b1d25c4f9375bec2bf4ca414efbdef7b1cc6e (patch)
tree9d584a65e583feb311a89c719a3c655bffad9a03
parent00753d8f1321c43fae3c0bc925b1e169c99ca001 (diff)
downloademacs-zettelkasten-e90b1d25c4f9375bec2bf4ca414efbdef7b1cc6e.tar.gz
emacs-zettelkasten-e90b1d25c4f9375bec2bf4ca414efbdef7b1cc6e.zip
Add cl-lib as dependency
-rw-r--r--zettelkasten.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/zettelkasten.el b/zettelkasten.el
index aa48035..32b6130 100644
--- a/zettelkasten.el
+++ b/zettelkasten.el
@@ -26,6 +26,7 @@
;;; Code:
+(require 'cl-lib)
(require 's)
(defgroup zettelkasten nil