Fix org-roam initialisation
This commit is contained in:
parent
855fe2e477
commit
f3beec3c3b
|
@ -470,7 +470,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
(org-roam-directory (expand-file-name "roam" org-directory))
|
(org-roam-directory (expand-file-name "roam" org-directory))
|
||||||
(org-roam-node-display-template (concat "${title:*} "
|
(org-roam-node-display-template (concat "${title:*} "
|
||||||
(propertize "${tags:10}" 'face 'org-tag)))
|
(propertize "${tags:10}" 'face 'org-tag)))
|
||||||
:init
|
:config
|
||||||
(mkdir org-roam-directory t)
|
(mkdir org-roam-directory t)
|
||||||
(add-to-list 'display-buffer-alist
|
(add-to-list 'display-buffer-alist
|
||||||
'("\\*org-roam\\*"
|
'("\\*org-roam\\*"
|
||||||
|
@ -480,7 +480,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
(window-width . 0.33)
|
(window-width . 0.33)
|
||||||
(window-parameters . ((no-other-window . t)
|
(window-parameters . ((no-other-window . t)
|
||||||
(no-delete-other-windows . t)))))
|
(no-delete-other-windows . t)))))
|
||||||
:config
|
|
||||||
(org-roam-db-autosync-mode +1))
|
(org-roam-db-autosync-mode +1))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue