summaryrefslogtreecommitdiff
path: root/helm-external.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-10-22 07:42:54 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-10-22 07:42:54 +0200
commit5443c6c787950d30240a3cfd238a9229723a2161 (patch)
treeb9a1c16f0c9d843f139cb35a802a96c3c59f0052 /helm-external.el
parent3b7009668cd899081573a6ffac40319b609849bf (diff)
Add a notification when program is detached from emacs
Diffstat (limited to 'helm-external.el')
-rw-r--r--helm-external.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-external.el b/helm-external.el
index 452617c8..39b47d63 100644
--- a/helm-external.el
+++ b/helm-external.el
@@ -103,6 +103,7 @@ When FILE argument is provided run EXE with FILE."
;; process (like firefox, transmission etc...).
(if files
(cond ((string-match "%s &)\\'" exe)
+ (message "Starting and detaching `%s' from Emacs" proc-name)
(call-process-shell-command (format exe file-arg)))
(t
(message "Starting %s..." proc-name)