summaryrefslogtreecommitdiff
path: root/helm-mode.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-02-27 10:23:53 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-02-27 10:23:53 +0100
commit21e778bc8858b082ed45e3d0bb287ca9d13e101b (patch)
tree59cd75f2d940a4ed2b21e097f822acf05a2898db /helm-mode.el
parent8f563120533861ae0e467b734b1fbf82e4ccd7e2 (diff)
Use :nomark in completing-read's
* helm-mode.el (helm-completing-read-default-1): Do it. (helm-completing-read-default-2): Do it.
Diffstat (limited to 'helm-mode.el')
-rw-r--r--helm-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-mode.el b/helm-mode.el
index 94af9571..5b6b1fbb 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -866,6 +866,7 @@ It should be used when candidate list don't need to rebuild dynamically."
(eq require-match
'confirm-after-completion)))
1 0)
+ :nomark t
:candidates-in-buffer cands-in-buffer
:exec-when-only-one exec-when-only-one
:fuzzy helm-mode-fuzzy-match
@@ -963,6 +964,7 @@ This handler use dynamic matching which allow honouring `completion-styles'."
:initial-input input
:buffer buffer
:history history
+ :nomark t
:reverse-history helm-mode-reverse-history
;; In helm h-c-styles default is passed directly in
;; candidates.