summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-05-03 05:48:47 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-05-03 05:48:47 +0200
commit5b4da299f7f13503abc678de36850b55aaefa00e (patch)
tree30749008ad869a6d7820a3e9fa880b45089f21dd /helm-locate.el
parente96540f6f20fa2fbbfcd1cb1ecef7d4b9d1c0fc5 (diff)
Add attach files action to files type (#2026)
* helm-types.el (helm-type-file-actions): Do it. * helm-locate.el (helm-generic-files-map): Do it.
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-locate.el b/helm-locate.el
index 0e69f055..a6793b47 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -154,6 +154,7 @@ help for more infos."
(define-key map (kbd "M-.") 'helm-ff-run-etags)
(define-key map (kbd "C-c @") 'helm-ff-run-insert-org-link)
(define-key map (kbd "C-x C-q") 'helm-ff-run-marked-files-in-dired)
+ (define-key map (kbd "C-c C-a") 'helm-ff-run-mail-attach-files)
map)
"Generic Keymap for files.")