Skip to content

Commit

Permalink
counsel.el (counsel-describe-face): Set :caller
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Jun 14, 2018
1 parent c4e9d27 commit bd2698f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion counsel.el
Expand Up @@ -1080,7 +1080,8 @@ BUFFER defaults to the current one."
(push (symbol-name s) cands))))
(ivy-read "Face: " cands
:preselect (symbol-name (face-at-point t))
:action #'describe-face)))
:action #'describe-face
:caller 'counsel-describe-face)))
;;* Git
;;** `counsel-git'
(defvar counsel-git-cmd "git ls-files --full-name --"
Expand Down

0 comments on commit bd2698f

Please sign in to comment.