summaryrefslogtreecommitdiff
path: root/helm-external.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-10-23 05:21:40 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-10-23 05:21:40 +0200
commitbba164236722aaf16cf0f169f7a866922e1738a3 (patch)
treea856acc68c7a770a12f150b2f7f3b54bf3ae5ef2 /helm-external.el
parent99de86329d948357e8f645bff6ac06a96fd801bc (diff)
Add :no-mark slot in external commands
Diffstat (limited to 'helm-external.el')
-rw-r--r--helm-external.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-external.el b/helm-external.el
index dba43e5f..1c984518 100644
--- a/helm-external.el
+++ b/helm-external.el
@@ -229,10 +229,12 @@ commands with `helm-external-commands-list'."
(helm :sources `(,(helm-build-in-buffer-source "External Commands history"
:data helm-external-command-history
:must-match t
+ :nomark t
:action actions)
,(helm-build-in-buffer-source "External Commands"
:data (helm-external-commands-list-1 'sort)
:must-match t
+ :nomark t
:action actions))
:buffer "*helm externals commands*"
:prompt "RunProgram: ")