[emacs] Configure default org-roam directory

This commit is contained in:
Correl Roush 2023-08-28 12:08:16 -04:00
parent 3fd8531455
commit 425dbb6795

View file

@ -911,6 +911,10 @@ Powerful cross-linked note-taking.
https://orgroam.com
#+begin_src emacs-lisp
(setq org-roam-directory (file-truename (if (f-dir? "~/org-roam") "~/org-roam"
"~/org/roam")))
#+end_src
**** Capture templates
#+begin_src emacs-lisp
(setq org-roam-capture-templates