mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(vertico): rename which key indicator
rename +vertico/embark-which-key-indicator to +vertico-embark-which-key-indicator, since it's not interactive
This commit is contained in:
@ -233,7 +233,7 @@ If INITIAL is non-nil, use as initial input."
|
||||
(forward-line (string-to-number line)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +vertico/embark-which-key-indicator ()
|
||||
(defun +vertico-embark-which-key-indicator ()
|
||||
"An embark indicator that displays keymaps using which-key.
|
||||
The which-key help message will show the type and value of the
|
||||
current target followed by an ellipsis if there are further
|
||||
|
Reference in New Issue
Block a user