branch: externals/taxy
commit 67e6604db25972f4359692885af1ff458ab17b13
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Example: (bookmarky) Require requirements
---
examples/bookmarky.el | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/examples/bookmarky.el b/examples/bookmarky.el
index d89970b..9fa5e53 100644
--- a/examples/bookmarky.el
+++ b/examples/bookmarky.el
@@ -26,6 +26,13 @@
;;; Code:
+(require 'bookmark)
+(require 'cl-lib)
+(require 'subr-x)
+
+(require 'taxy)
+(require 'taxy-magit-section)
+
(defgroup bookmarky nil
"List bookmarks grouped with Taxy."
:group 'bookmark)