Skip to content

Commit

Permalink
ebib-preload-bib-files: add a safe-local-variable property
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-Heagren committed Apr 28, 2024
1 parent abe6ed4 commit ac3ef6c
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 ac3ef6c

Please sign in to comment.