aboutsummaryrefslogtreecommitdiffstats
path: root/doom
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-07-12 13:06:36 +0100
committerYann Herklotz <git@yannherklotz.com>2022-07-12 13:06:36 +0100
commit2769fdcbe0e35c6b49375f7a1d360ad488ccc202 (patch)
treeca1b2e9339fba8015f71d21267409c5a6b22c679 /doom
parentd678329c72876f9814f24c270de8df5d193b5562 (diff)
downloaddotfiles-2769fdcbe0e35c6b49375f7a1d360ad488ccc202.tar.gz
dotfiles-2769fdcbe0e35c6b49375f7a1d360ad488ccc202.zip
Add more accounts to mbsync
Diffstat (limited to 'doom')
-rw-r--r--doom/config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doom/config.org b/doom/config.org
index 92560bd..0bccc57 100644
--- a/doom/config.org
+++ b/doom/config.org
@@ -600,7 +600,6 @@
:bind (("C-c y b" . ebib))
:init
(defun ymhg/ebib-create-identifier (key _) key)
- (add-to-list 'ebib-notes-template-specifiers '(?k . ymhg/ebib-create-identifier))
(setq ebib-preload-bib-files '("~/Dropbox/bibliography/references.bib")
ebib-notes-default-file "~/Dropbox/bibliography/notes.org"
ebib-notes-template "* %T\n:PROPERTIES:\n%K\n:NOTER_DOCUMENT: papers/%k.pdf\n:END:\n%%?\n"
@@ -608,6 +607,7 @@
ebib-reading-list-file "~/Dropbox/bibliography/reading_list.org"
ebib-notes-storage 'multiple-notes-per-file)
:config
+ (add-to-list 'ebib-notes-template-specifiers '(?k . ymhg/ebib-create-identifier))
(add-to-list 'ebib-file-search-dirs "~/Dropbox/bibliography/papers")
(if (eq system-type 'darwin)
(add-to-list 'ebib-file-associations '("pdf" . "open"))