Update org-roam configuration

This commit is contained in:
Dimitri Lozeve 2020-05-28 18:31:23 +02:00
parent 82553948d0
commit a30ce7f5a1

View file

@ -568,8 +568,9 @@
(("C-c n i" . org-roam-insert)))
:config
(setq org-roam-graph-executable "dot")
(setq org-roam-graph-extra-config '(("overlap" . "false")))
(setq org-roam-completion-system 'ivy))
(setq org-roam-graph-extra-config '(("overlap" . "false") ("rankdir" . "LR")))
(setq org-roam-completion-system 'ivy)
(require 'org-roam-protocol))
(use-package deft
:ensure t