Update org roam dir
This commit is contained in:
parent
0f649278e4
commit
f9d9f07d49
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@
|
|||
(setq org-roam-db-location "~/org-roam.db")
|
||||
(when (eq system-type 'windows-nt)
|
||||
(when (string= (system-name) "EVG02667NB")
|
||||
(setq org-roam-directory "D:/UserData/marcus.kammer/OneDrive - Siemens AG/org-roam")))
|
||||
(setq org-roam-directory
|
||||
(expand-file-name "D:\\UserData\\marcus.kammer\\OneDrive - Siemens AG\\org-roam"))))
|
||||
(require 'org-roam-dailies)
|
||||
:bind (("C-c r l" . org-roam-buffer-toggle)
|
||||
("C-c r f" . org-roam-node-find)
|
||||
|
|
Loading…
Add table
Reference in a new issue