summaryrefslogtreecommitdiff
path: root/helm-sys.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-03-27 09:50:19 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-03-27 09:50:19 +0100
commitbb9f6dffe91cbec260e6989644f2076bdd35cb82 (patch)
treeb02e246ba0dd3b202ed425ede1c5e28f2dd9bc20 /helm-sys.el
parent296219b7d218ab9f6cf93e68ec4665ede8ed2d2d (diff)
Allow disabling marked candidates.
* helm.el (helm-mark-all, helm-toggle-visible-mark): Don't mark when nomark present in source. * helm-command.el (helm-M-x): Disable marking * helm-elisp.el: disable marking in lisp completion. * helm-eshell.el: disable marking in eshell completion and history. * helm-sys.el: disable marking in top. * helm-mode.el (helm-comp-read, helm-read-file-name): new keyword nomark. (helm--completion-in-region): use it. * helm-help.el: Document nomark attr.
Diffstat (limited to 'helm-sys.el')
-rw-r--r--helm-sys.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-sys.el b/helm-sys.el
index 66f6b04f..d9eef5c2 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -66,6 +66,7 @@ A format string where %s will be replaced with `frame-width'."
(header-name . (lambda (name) (concat name " (Press C-c C-u to refresh)")))
(init . helm-top-init)
(candidates-in-buffer)
+ (nomark)
(display-to-real . helm-top-display-to-real)
(persistent-action . helm-top-sh-persistent-action)
(persistent-help . "SIGTERM")