From c0f30f83c7e7cce7bec66c05070a963c0ebffcd4 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 10 Mar 2015 00:15:24 -0400 Subject: Use woman for helm man function --- lisp/init-helm.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/init-helm.el') diff --git a/lisp/init-helm.el b/lisp/init-helm.el index 594b99a..b01c414 100644 --- a/lisp/init-helm.el +++ b/lisp/init-helm.el @@ -6,6 +6,8 @@ helm-move-to-line-cycle-in-source t helm-ff-skip-boring-files t) +(setq helm-man-or-woman-function #'woman) + (defun km/helm-ff-org-open-file () "Run `org-open-file' from `helm-source-find-files'." (interactive) -- cgit v1.2.3