Skip to content

Commit

Permalink
Change prompt text again
Browse files Browse the repository at this point in the history
  • Loading branch information
clemera committed May 3, 2020
1 parent e2d105f commit daf039f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions selectrum.el
Original file line number Diff line number Diff line change
Expand Up @@ -781,8 +781,9 @@ into the user input area to start with."
(insert
(apply #'propertize
(substitute-command-keys
(concat " [add more using "
"\\[selectrum-insert-current-candidate]]"))
(concat " [one OR more using "
"\\[selectrum-insert-current-candidate] "
"+ separator]"))
(text-properties-at (point))))))))
(setq selectrum--minibuffer (current-buffer))
(setq selectrum--start-of-input-marker (point-marker))
Expand Down

0 comments on commit daf039f

Please sign in to comment.