ivy: counsel-faces -> counsel-describe-face

Mistakenly added `counsel-faces` while the intended command that should go under
`SPC h d F` is `counsel-describe-face`.
This commit is contained in:
Muneeb Shaikh 2017-04-21 22:29:25 +05:30 committed by syl20bnr
parent b024acd4d7
commit f93730b19c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
;; help
"?" 'counsel-descbinds
"hdf" 'counsel-describe-function
"hdF" 'counsel-faces
"hdF" 'counsel-describe-face
"hdm" 'spacemacs/describe-mode
"hdv" 'counsel-describe-variable
"hi" 'counsel-info-lookup-symbol