summaryrefslogtreecommitdiff
path: root/lisp/init-helm.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-03-10 00:15:24 -0400
committerKyle Meyer <kyle@kyleam.com>2015-03-10 00:15:24 -0400
commitc0f30f83c7e7cce7bec66c05070a963c0ebffcd4 (patch)
tree86a2dd061f82246ebecbd91baebb7342219eb126 /lisp/init-helm.el
parent3a72363e15e27d4cd705b07822593c8a2fa43cc2 (diff)
downloademacs.d-c0f30f83c7e7cce7bec66c05070a963c0ebffcd4.tar.gz
Use woman for helm man function
Diffstat (limited to 'lisp/init-helm.el')
-rw-r--r--lisp/init-helm.el2
1 files changed, 2 insertions, 0 deletions
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)