Skip to content

Commit

Permalink
Merge branch 'local-bibfiles' of https://github.com/Hugo-Heagren/ebib
Browse files Browse the repository at this point in the history
…into Hugo-Heagren-local-bibfiles
  • Loading branch information
Joost Kremers committed Apr 28, 2024
2 parents c46f9c4 + ac3ef6c commit a8c9de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ebib-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ This option allows you to specify which `.bib' file(s) Ebib
should load automatically when it starts up. Specify one file per
line. You can complete a partial filename with `M-TAB`."
:group 'ebib
:safe (lambda (val) (seq-every-p #'stringp val))
:type '(repeat (file :must-match t)))

(defcustom ebib-local-bibfiles t
Expand Down

0 comments on commit a8c9de1

Please sign in to comment.