branch: master commit 9da800306a82e85ac6d62d0b86baa731b394807e Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
counsel.el (counsel-M-x): Don't sort by default We don't sort anyway if smex or amx are installed. The user can now turn the sort back on with `ivy-configure'. --- counsel.el | 1 - 1 file changed, 1 deletion(-) diff --git a/counsel.el b/counsel.el index 5380029..f413d97 100644 --- a/counsel.el +++ b/counsel.el @@ -919,7 +919,6 @@ when available, in that order of precedence." :require-match t :history 'counsel-M-x-history :action #'counsel-M-x-action - :sort (not externs) :keymap counsel-describe-map :initial-input initial-input :caller 'counsel-M-x)))