Change org-roam initialization for 2.1.0
This commit is contained in:
parent
5c02af4d45
commit
810335cd9a
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -732,9 +732,9 @@
|
||||||
("C-c n t" . org-roam-dailies-find-today))
|
("C-c n t" . org-roam-dailies-find-today))
|
||||||
:init
|
:init
|
||||||
(setq org-roam-v2-ack t)
|
(setq org-roam-v2-ack t)
|
||||||
(org-roam-setup)
|
|
||||||
(setq org-roam-completion-system 'default)
|
(setq org-roam-completion-system 'default)
|
||||||
:config
|
:config
|
||||||
|
(org-roam-db-autosync-mode)
|
||||||
(setq org-roam-graph-executable "dot")
|
(setq org-roam-graph-executable "dot")
|
||||||
(setq org-roam-graph-extra-config '(("overlap" . "false") ("rankdir" . "LR")))
|
(setq org-roam-graph-extra-config '(("overlap" . "false") ("rankdir" . "LR")))
|
||||||
(require 'org-roam-protocol)
|
(require 'org-roam-protocol)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue