diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-11-13 19:58:30 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-11-13 19:58:30 -0500 |
commit | bb7cbd98a39783895eb606059ae5c5ed103e398c (patch) | |
tree | 6698345231fb79ce6217c85e09a33a18bd35fad5 /lisp | |
parent | 8d24c3941fdc029ef57f3ea28b3026f537030e90 (diff) | |
download | emacs.d-bb7cbd98a39783895eb606059ae5c5ed103e398c.tar.gz |
helm-man-or-woman-function: Go back to default
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-helm.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/init-helm.el b/lisp/init-helm.el index ff5c8d9..e0d80a4 100644 --- a/lisp/init-helm.el +++ b/lisp/init-helm.el @@ -7,8 +7,6 @@ helm-ff-file-name-history-use-recentf t helm-ff-skip-boring-files t) -(setq helm-man-or-woman-function #'woman) - (defun km/helm-display-buffer () (interactive) (with-helm-alive-p |