counsel-describe-face -> counsel-faces
counsel-faces displays useful information alongside each face.
This commit is contained in:
parent
f43e64e505
commit
c2392039f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue