From 6f1a4d035aaa084fdc3ba844df8cee0faf51e91a Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 14 Jul 2024 11:08:42 +0100 Subject: emacs: Experiment with Org-roam --- emacs/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/init.el') 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 -- cgit v1.2.3-70-g09d2