summaryrefslogtreecommitdiff
path: root/helm-mode.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-09 20:57:04 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-09 20:57:04 +0200
commiteec1ab101ba9187f8247032b7a287b6ee623944e (patch)
tree84a74d66ae9b4903c5e7182163e32ee3f2a47732 /helm-mode.el
parent8ae3d884bd5d890e446bc5c687ff833dcc8c6e2d (diff)
Fix ffap in helm-completing-read-handlers-alist (#1768).
* helm-mode.el (helm-completing-read-handlers-alist): Do it.
Diffstat (limited to 'helm-mode.el')
-rw-r--r--helm-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-mode.el b/helm-mode.el
index 94d23e8a..dc612aa4 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -44,6 +44,7 @@
(tmm-menubar . nil)
(find-file . nil)
(find-file-at-point . helm-completing-read-sync-default-handler)
+ (ffap . helm-completing-read-sync-default-handler)
(execute-extended-command . nil))
"Alist of handlers to replace `completing-read', `read-file-name' in `helm-mode'.
Each entry is a cons cell like \(emacs_command . completing-read_handler\)