mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
(define-key! 'global
|
||||||
[remap apropos] #'counsel-apropos
|
[remap apropos] #'counsel-apropos
|
||||||
[remap bookmark-jump] #'counsel-bookmark
|
[remap bookmark-jump] #'counsel-bookmark
|
||||||
[remap describe-face] #'counsel-describe-face
|
[remap describe-face] #'counsel-faces
|
||||||
[remap describe-function] #'counsel-describe-function
|
[remap describe-function] #'counsel-describe-function
|
||||||
[remap describe-variable] #'counsel-describe-variable
|
[remap describe-variable] #'counsel-describe-variable
|
||||||
[remap execute-extended-command] #'counsel-M-x
|
[remap execute-extended-command] #'counsel-M-x
|
||||||
|
Reference in New Issue
Block a user