change org roam directory
This commit is contained in:
parent
ddb0043f4c
commit
8e021f67c9
|
@ -490,7 +490,7 @@ Here we:
|
|||
#+begin_src emacs-lisp
|
||||
(use-package! org-roam
|
||||
:custom
|
||||
(org-roam-directory (concat org-directory "Roam/"))
|
||||
(org-roam-directory (concat org-directory "roam/"))
|
||||
(org-roam-complete-everywhere t)
|
||||
;; :bind (("C-c r l" . org-roam-buffer-toggle)
|
||||
;; ("C-c r f" . org-roam-node-find)
|
||||
|
|
Loading…
Reference in New Issue