Replace doom/describe-symbol w/ helpful-symbol
And helpful-at-point.
This commit is contained in:
parent
52b69ec7eb
commit
29250133e8
3 changed files with 3 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue