[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master adabf7c 2/5: counsel.el (counsel-mode-map): Add counsel-de
From: |
Oleh Krehel |
Subject: |
[elpa] master adabf7c 2/5: counsel.el (counsel-mode-map): Add counsel-describe-face |
Date: |
Mon, 10 Apr 2017 03:33:24 -0400 (EDT) |
branch: master
commit adabf7c6223115ec968d137f2f48a247c6b3e561
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
counsel.el (counsel-mode-map): Add counsel-describe-face
---
counsel.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/counsel.el b/counsel.el
index 4f5b392..7f671e8 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3304,6 +3304,7 @@ candidate."
(describe-bindings . counsel-descbinds)
(describe-function . counsel-describe-function)
(describe-variable . counsel-describe-variable)
+ (describe-face . counsel-describe-face)
(find-file . counsel-find-file)
(find-library . counsel-find-library)
(imenu . counsel-imenu)