]> code.delx.au - gnu-emacs-elpa/commitdiff
counsel.el (counsel-M-x): Call smex-rank
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 16 Jun 2015 07:20:18 +0000 (09:20 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 16 Jun 2015 07:20:18 +0000 (09:20 +0200)
Re #136

counsel.el

index abd1fe4d5ec0fa30d65438ddc018767fec077176..017f5a302964f3ef0a7e96f4ed70eeae7f91ab20 100644 (file)
@@ -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