Cleaning up config.

This commit is contained in:
Derek Taylor
2021-11-15 19:44:15 -06:00
parent 348f7d648b
commit 1916761723
2 changed files with 2 additions and 2 deletions

View File

@@ -342,7 +342,7 @@
:publishing-function org-publish-attachment)
))
(after! org
(after! org-roam
(setq org-roam-directory "~/nc/Roam"))
(use-package! password-store)

View File

@@ -609,7 +609,7 @@ We need ox-man for "Org eXporting" to manpage format, ox-gemini for exporting to
| org-roam-dailies-find-yesterday | org roam dailies find yesterday | SPC n r d y |
#+begin_src emacs-lisp
(after! org
(after! org-roam
(setq org-roam-directory "~/nc/Roam"))
#+end_src