diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-03-10 00:15:24 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-03-10 00:15:24 -0400 |
commit | c0f30f83c7e7cce7bec66c05070a963c0ebffcd4 (patch) | |
tree | 86a2dd061f82246ebecbd91baebb7342219eb126 | |
parent | 3a72363e15e27d4cd705b07822593c8a2fa43cc2 (diff) | |
download | emacs.d-c0f30f83c7e7cce7bec66c05070a963c0ebffcd4.tar.gz |
Use woman for helm man function
-rw-r--r-- | lisp/init-helm.el | 2 |
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) |