Enable org-roam-autosync
This commit is contained in:
parent
c8dfb2a0d5
commit
424a0e481c
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -1771,7 +1771,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
||||||
:defer t
|
:defer t
|
||||||
:after org
|
:after org
|
||||||
:init
|
:init
|
||||||
(setq org-roam-db-autosync-mode t)
|
(org-roam-db-autosync-enable)
|
||||||
(setq org-roam-v2-ack t)
|
(setq org-roam-v2-ack t)
|
||||||
(setq org-roam-db-location "~/org-roam.db")
|
(setq org-roam-db-location "~/org-roam.db")
|
||||||
(require 'org-roam-dailies)
|
(require 'org-roam-dailies)
|
||||||
|
|
Loading…
Add table
Reference in a new issue