mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix K on modules with no readme
This commit is contained in:
@ -122,7 +122,7 @@ if it's callable, `apropos' otherwise."
|
|||||||
nil t))
|
nil t))
|
||||||
(when (invisible-p (point))
|
(when (invisible-p (point))
|
||||||
(org-show-hidden-entry))))
|
(org-show-hidden-entry))))
|
||||||
t))
|
'deferred))
|
||||||
(thing (helpful-symbol (intern thing)))
|
(thing (helpful-symbol (intern thing)))
|
||||||
((call-interactively #'helpful-at-point))))
|
((call-interactively #'helpful-at-point))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user