Skip to content

Commit

Permalink
Improve prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
clemera committed May 3, 2020
1 parent 9a25a5a commit 62be95c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion selectrum.el
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,9 @@ into the user input area to start with."
(when (search-backward ":" nil t)
(insert
(apply #'propertize
" [one or more]"
(substitute-command-keys
(concat " [one or more using "
"\\[selectrum-insert-current-candidate]]"))
(text-properties-at (point))))))))
(setq selectrum--minibuffer (current-buffer))
(setq selectrum--start-of-input-marker (point-marker))
Expand Down

0 comments on commit 62be95c

Please sign in to comment.