branch: master commit a0347d85634b39c6a049b116c594c92da7237906 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
counsel.el (counsel-info-lookup-symbol): Add a require In case it's called non-interactively. --- counsel.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/counsel.el b/counsel.el index 0a4b1eb..5538831 100644 --- a/counsel.el +++ b/counsel.el @@ -148,6 +148,7 @@ (mapcar #'car completions) :sort t))) (list value info-lookup-mode)))) + (require 'info-look) (info-lookup 'symbol symbol mode)) (defun counsel-unicode-char ()