summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-04-09 10:06:01 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-04-09 10:06:01 +0200
commit0ebe58f16d629eb2b8107102f3301b1853e9fdf2 (patch)
treeb4187504fdbc327f0bd2738ed470ec09e99ef895 /helm-types.el
parent45450d57d5ff97e1a6fbd2a9816ae912ac50edcb (diff)
Use helm-find-file-or-marked as default for type file
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-types.el b/helm-types.el
index c977621b..3ec05d90 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -76,7 +76,7 @@
(defcustom helm-type-file-actions
(helm-make-actions
- "Find file" 'helm-find-many-files
+ "Find file" 'helm-find-file-or-marked
"Find file as root" 'helm-find-file-as-root
"Find file other window" 'helm-find-files-other-window
"Find file other frame" 'find-file-other-frame