diff options
author | noa | 2025-02-22 03:06:18 +0800 |
---|---|---|
committer | noa | 2025-02-22 03:06:18 +0800 |
commit | 906884bf75e1f6077e2e07ec13bc41a31f648428 (patch) | |
tree | 8d18fc9887d45a80b38f631b58dfc193430dc00e /emacs/init.el | |
parent | 0ce3b8b5f854cb67cc0c15fc3a3a11d1c07211fc (diff) |
Remove unused notes configuration from ebib
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 6 |
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 |