Add smex for ordering on M-x.
This commit is contained in:
parent
2cd55bc3a7
commit
36885ac135
@ -131,6 +131,11 @@
|
|||||||
:config
|
:config
|
||||||
(setq all-the-icons-ivy-rich-color-icon t))
|
(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)
|
(provide 'init-minibuffer)
|
||||||
;;; init-minibuffer.el ends here
|
;;; init-minibuffer.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user