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