Replace doom/describe-symbol w/ helpful-symbol

And helpful-at-point.
This commit is contained in:
Henrik Lissner 2020-01-11 17:21:35 -05:00
parent 52b69ec7eb
commit 29250133e8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 18 deletions

View file

@ -123,8 +123,8 @@ if it's callable, `apropos' otherwise."
(when (invisible-p (point))
(org-show-hidden-entry))))
t))
(thing (doom/describe-symbol thing))
((call-interactively #'doom/describe-symbol))))
(thing (helpful-symbol (intern thing)))
((call-interactively #'helpful-at-point))))
;; FIXME
;; (defun +emacs-lisp-lookup-file (thing)