summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-08-08 00:32:03 +0000
committernoa@gaiwan.org2024-08-08 00:32:03 +0000
commit08f452a2fb09f4c2ed5ba826b5d8f70a536b19df (patch)
tree42644c01f9e1abd3ffe30f3cac2f6a0957ffe49d /config.org
parent0482a92b78b272dbf79894d2cb2fa35e89b1fd67 (diff)
Use separate file for reference notes
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.org b/config.org
index 5ce8f70..e1e27d4 100644
--- a/config.org
+++ b/config.org
@@ -1895,8 +1895,8 @@ The biblio package allows us to import references from online sources.
 
 Taking notes on papers:
 #+begin_src elisp
-  (setopt ebib-notes-directory "~/data/notes")
-  (setopt ebib-notes-locations '("~/data/notes"))
+  (setopt ebib-notes-directory "~/data")
+  (setopt ebib-notes-locations '("~/data/references.org"))
+  (setopt ebib-notes-default-file "~/data/references.org")
   (setopt ebib-notes-storage 'multiple-notes-per-file)
-  (setopt ebib-notes-use-org-capture "b")
 #+end_src