Enable org-roam's autosync mode
This commit is contained in:
parent
b22ae0b4ad
commit
344a3b8e30
@ -291,10 +291,14 @@
|
||||
(setq org-roam-directory "~/org/zet")
|
||||
#+end_src
|
||||
|
||||
And, also as recommended, we'll start [[help:org-roam-mode][org-roam-mode]] after init:
|
||||
And, also as recommended, we'll start [[help:org-roam-mode][org-roam-mode]] and
|
||||
[[help:org-roam-db-autosync-mode][org-roam-db-autosync-mode]] after init:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(add-hook 'after-init-hook 'org-roam-mode)
|
||||
(add-hook 'after-init-hook
|
||||
(lambda ()
|
||||
(org-roam-mode)
|
||||
(org-roam-db-autosync-mode)))
|
||||
#+end_src
|
||||
|
||||
Hook it into Ido.
|
||||
|
Loading…
x
Reference in New Issue
Block a user