summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-12-24 13:19:41 +0000
committerYann Herklotz <git@yannherklotz.com>2022-12-24 13:19:41 +0000
commit4d821a5200db11806efc62b2e9e562199c34f013 (patch)
tree5eb6f09682a3fd53aa11b36dfe9db3935c957b4e
parent6bcd4d5b56ca0d44a60a81a7bd784de6ff1bf985 (diff)
downloadorg-zettelkasten-4d821a5200db11806efc62b2e9e562199c34f013.tar.gz
org-zettelkasten-4d821a5200db11806efc62b2e9e562199c34f013.zip
Add eval after loads to load extensions
-rw-r--r--org-zettelkasten.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/org-zettelkasten.el b/org-zettelkasten.el
index cd3e35a..c1e69f5 100644
--- a/org-zettelkasten.el
+++ b/org-zettelkasten.el
@@ -141,6 +141,9 @@ directory."
:lighter " ZK"
:keymap org-zettelkasten-minor-mode-map)
+(with-eval-after-load 'consult (require 'org-zettelkasten-consult))
+(with-eval-after-load 'counsel (require 'org-zettelkasten-counsel))
+
(provide 'org-zettelkasten)
;;; org-zettelkasten.el ends here