diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index ec347d6..e246e6d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -222,6 +222,12 @@ (org-startup-folded 'showall)) :defer t) +(use-package org-roam + :config (org-roam-db-autosync-enable) + :bind ("C-c n f" . org-roam-node-find) + :custom (org-roam-db-location (my/data-file-name "org-roam.db")) + :ensure t) + ;; Rust |
