From 63b1136c4f33de6c560aab61438c9ccfb80c1cf2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 16 Aug 2020 16:10:55 +0100 Subject: Add require --- zettelkasten.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zettelkasten.el b/zettelkasten.el index 7beb608..59c08f2 100644 --- a/zettelkasten.el +++ b/zettelkasten.el @@ -26,6 +26,8 @@ ;;; Code: +(require 's) + (defgroup zettelkasten nil "Helper to work with zettelkasten notes." :group 'applications) -- cgit