diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-09-12 01:36:31 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-09-12 01:36:31 -0400 |
commit | 8d5c133f580e4b731639a316dc118c647bef4d2b (patch) | |
tree | 8a843af214ca6dd99f7979be2f106d1807027b39 /lisp | |
parent | 37b78790bdd917ce58ee6262d4122b96e12e928b (diff) | |
download | emacs.d-8d5c133f580e4b731639a316dc118c647bef4d2b.tar.gz |
Set bog-combined-bib-ignore-not-found
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-bog.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-bog.el b/lisp/init-bog.el index 820c09c..e6e8280 100644 --- a/lisp/init-bog.el +++ b/lisp/init-bog.el @@ -2,6 +2,7 @@ (require 'bog-autoloads) (setq bog-subdirectory-group 2 + bog-combined-bib-ignore-not-found t bog-use-citekey-cache t) (setq bog-keymap-prefix (kbd "C-c b")) |