summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-06-14 00:04:48 -0400
committerKyle Meyer <kyle@kyleam.com>2016-06-14 00:04:48 -0400
commit75b1a8d0bae8d349936ab15a2dde833db3f2757f (patch)
tree40a5072f7ef9cfbf9d2942707c299994059c5617 /bog.el
parentb5d67a837e476459a4a244c4df67cd7933fbab95 (diff)
downloadbog-75b1a8d0bae8d349936ab15a2dde833db3f2757f.tar.gz
bog-select-citekey: Require match
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index f213207..1803836 100644
--- a/bog.el
+++ b/bog.el
@@ -478,7 +478,7 @@ If NO-CONTEXT is non-nil, immediately fall back."
(defun bog-select-citekey (citekeys)
"Prompt for citekey from CITEKEYS."
- (completing-read "Select citekey: " citekeys))
+ (completing-read "Select citekey: " citekeys nil t))
;;;; Other