diff options
-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) |