From d3bf3204e14fd843b022baa3467309c69846ec49 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 19 Nov 2016 00:37:01 -0500 Subject: helm: Add binding for dired command --- lisp/km-helm.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp') diff --git a/lisp/km-helm.el b/lisp/km-helm.el index b8d2dc0..f4471a1 100644 --- a/lisp/km-helm.el +++ b/lisp/km-helm.el @@ -28,6 +28,12 @@ (with-helm-alive-p (helm-exit-and-execute-action #'display-buffer))) +;;;###autoload +(defun km/helm-visit-in-dired () + (interactive) + (with-helm-alive-p + (helm-exit-and-execute-action #'helm-point-file-in-dired))) + ;;;###autoload (defun km/helm-display-file () (interactive) -- cgit v1.2.3