Change org-roam initialization for 2.1.0

This commit is contained in:
Dimitri Lozeve 2021-09-21 20:44:12 +02:00
parent 5c02af4d45
commit 810335cd9a

View file

@ -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)