Update org-roam configuration for graphs
This commit is contained in:
parent
30e75706a5
commit
3d2aba72d3
1 changed files with 5 additions and 1 deletions
6
init.el
6
init.el
|
@ -545,7 +545,11 @@
|
||||||
("C-c n b" . org-roam-switch-to-buffer)
|
("C-c n b" . org-roam-switch-to-buffer)
|
||||||
("C-c n g" . org-roam-graph-show))
|
("C-c n g" . org-roam-graph-show))
|
||||||
:map org-mode-map
|
:map org-mode-map
|
||||||
(("C-c n i" . org-roam-insert))))
|
(("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))
|
||||||
|
|
||||||
(use-package deft
|
(use-package deft
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue