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