mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(lib): introduce doom/describe-char
A version of describe-char that, when given a prefix arg, will prompt the user to click where to execute the command (so you can read text-properties/overlay information for otherwise unselectable text, in the minibuffer or special UIs).
This commit is contained in:
@ -369,7 +369,7 @@ Continues comments if executed from a commented line."
|
||||
;; universal.
|
||||
(define-key! help-map
|
||||
;; new keybinds
|
||||
"'" #'describe-char
|
||||
"'" #'doom/describe-char
|
||||
"u" #'doom/help-autodefs
|
||||
"E" #'doom/sandbox
|
||||
"M" #'doom/describe-active-minor-mode
|
||||
|
Reference in New Issue
Block a user