$DOOMDIR doesn't work, use absolute path

This commit is contained in:
cho 2023-06-18 18:33:48 +07:00
parent 5b6224fa8f
commit 2edfb81c35
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@
;;; customized to support repeated tasks, see https://github.com/akhramov/org-wild-notifier.el/issues/41
(package! org-wild-notifier
:recipe (:local-repo "$DOOMDIR/lisp/org-wild-notifier"))
:recipe (:local-repo "~/.config/doom/lisp/org-wild-notifier"))