From c2392039f0f2efe9f6f5a25d9bba755d0501c8d7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 29 Oct 2018 02:31:51 -0400 Subject: [PATCH] counsel-describe-face -> counsel-faces counsel-faces displays useful information alongside each face. --- modules/completion/ivy/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 5efd8b30e..533348e68 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -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