mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace doom/describe-symbol w/ helpful-symbol
And helpful-at-point.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user