branch: master commit 7945ab008136f4beae9bb55831688a8332f4b37f Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
counsel.el (counsel-M-x): Call smex-rank Re #136 --- counsel.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/counsel.el b/counsel.el index abd1fe4..017f5a3 100644 --- a/counsel.el +++ b/counsel.el @@ -529,6 +529,7 @@ Optional INITIAL-INPUT is the initial input in the minibuffer." :history 'extended-command-history :action (lambda (cmd) + (smex-rank cmd) (execute-extended-command current-prefix-arg cmd)) :sort sort :keymap counsel-describe-map