mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -05:00
home-manager: added org-roam config
This commit is contained in:
parent
8f600c3389
commit
7b1991b2aa
|
@ -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)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue