mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-14 19:19:29 +00:00
[emacs] Configure default org-roam directory
This commit is contained in:
parent
3fd8531455
commit
425dbb6795
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue