summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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