[oni-org-roam] Enable ‘visual-line-mode’ for roam buffers
This commit is contained in:
parent
e3f5a27816
commit
73cb112dc8
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
||||||
|
|
||||||
(setq org-roam-completion-everywhere t)
|
(setq org-roam-completion-everywhere t)
|
||||||
(setq org-roam-directory (expand-file-name "~/documents/exocortex/"))
|
(setq org-roam-directory (expand-file-name "~/documents/exocortex/"))
|
||||||
|
|
||||||
|
(add-hook 'org-roam-mode-hook 'visual-line-mode)
|
||||||
|
|
||||||
(mkdir org-roam-directory t)
|
(mkdir org-roam-directory t)
|
||||||
|
|
||||||
;;; Taken from/inspired by
|
;;; Taken from/inspired by
|
||||||
|
|
Loading…
Reference in a new issue