Add smex for ordering on M-x.

This commit is contained in:
kj 2023-04-14 15:43:55 -04:00
parent 2cd55bc3a7
commit 36885ac135

View File

@ -131,6 +131,11 @@
:config
(setq all-the-icons-ivy-rich-color-icon t))
;; Ordenar los comandos usados en M-x (por uso y luego alfabéticamente)
(use-package smex
:straight t
:defer t
:after (counsel))
(provide 'init-minibuffer)
;;; init-minibuffer.el ends here