emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 955585e 190/348: counsel.el (counsel-describe-face): Ensur


From: Oleh Krehel
Subject: [elpa] master 955585e 190/348: counsel.el (counsel-describe-face): Ensure :preselect string
Date: Sat, 8 Apr 2017 11:03:53 -0400 (EDT)

branch: master
commit 955585efe91fe60d9d6bf7d9d84adfae43f47670
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el (counsel-describe-face): Ensure :preselect string
    
    Fixes #703
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 8404f24..85708da 100644
--- a/counsel.el
+++ b/counsel.el
@@ -842,7 +842,7 @@ Describe the selected candidate."
        (if (facep s)
            (push (symbol-name s) cands))))
     (ivy-read "Face: " cands
-              :preselect (face-at-point t)
+              :preselect (symbol-name (face-at-point t))
               :action #'describe-face)))
 ;;* Git
 ;;** `counsel-git'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]