diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-helm.el | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -29,6 +29,12 @@ (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) (with-helm-alive-p |