home-manager: added org-roam config

This commit is contained in:
Aly Raffauf 2024-03-23 09:35:25 -04:00
parent 8f600c3389
commit 7b1991b2aa

View file

@ -70,6 +70,10 @@
; Enable column 80 line for coding ; Enable column 80 line for coding
(setq-default fill-column 80) (setq-default fill-column 80)
(add-hook 'prog-mode-hook #'display-fill-column-indicator-mode) (add-hook 'prog-mode-hook #'display-fill-column-indicator-mode)
(setq org-directory "~/Sync/org-roam/")
(setq org-roam-directory (file-truename "~/Sync/org-roam"))
(org-roam-db-autosync-mode)
''; '';
}; };