mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
counsel-describe-face -> counsel-faces
counsel-faces displays useful information alongside each face.
This commit is contained in:
@ -94,7 +94,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||
(define-key! 'global
|
||||
[remap apropos] #'counsel-apropos
|
||||
[remap bookmark-jump] #'counsel-bookmark
|
||||
[remap describe-face] #'counsel-describe-face
|
||||
[remap describe-face] #'counsel-faces
|
||||
[remap describe-function] #'counsel-describe-function
|
||||
[remap describe-variable] #'counsel-describe-variable
|
||||
[remap execute-extended-command] #'counsel-M-x
|
||||
|
Reference in New Issue
Block a user