summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 9e864c8..e1a9046 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -350,12 +350,6 @@
                         ("Year" 6 t)
                         ("Title" 50 t)
                         ("Entry Key" 40 t)))
-  ;; Put notes in my markdown notes directory.  I still need to find a way to make ebib-notes-name-transform-function return the appropriate date-based filename format.
-  (ebib-notes-storage 'one-file-per-note)
-  (ebib-notes-directory "~/Documents/Notes/References")
-  (ebib-notes-show-note-method 'all)
-  (ebib-notes-file-extension "md")
-  (ebib-notes-template "# %T\n\n%%?")
   (ebib-file-associations '(("pdf" . "xdg-open") ("ps" . "gv"))))
 
 (use-package citar