Update org-roam configuration
This commit is contained in:
parent
82553948d0
commit
a30ce7f5a1
1 changed files with 3 additions and 2 deletions
5
init.el
5
init.el
|
@ -568,8 +568,9 @@
|
||||||
(("C-c n i" . org-roam-insert)))
|
(("C-c n i" . org-roam-insert)))
|
||||||
:config
|
:config
|
||||||
(setq org-roam-graph-executable "dot")
|
(setq org-roam-graph-executable "dot")
|
||||||
(setq org-roam-graph-extra-config '(("overlap" . "false")))
|
(setq org-roam-graph-extra-config '(("overlap" . "false") ("rankdir" . "LR")))
|
||||||
(setq org-roam-completion-system 'ivy))
|
(setq org-roam-completion-system 'ivy)
|
||||||
|
(require 'org-roam-protocol))
|
||||||
|
|
||||||
(use-package deft
|
(use-package deft
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue