diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 6cd92d0..feb2041 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -521,7 +521,6 @@ Both the org files themselves and the database should be located in the same dir #+begin_src emacs-lisp :tangle config.el (after! org (setq org-roam-directory (file-truename "~/org/org-roam")) - (setq org-roam-db-location "~/org/org-roam/org-roam.db") (org-roam-db-autosync-mode)) #+end_src *** Note Templates