8 lines
154 B
EmacsLisp
8 lines
154 B
EmacsLisp
(ido-mode 1)
|
|
(ido-everywhere 1)
|
|
|
|
(use-package smex
|
|
:ensure t
|
|
:bind (("M-x" . smex)
|
|
("M-X" . smex-major-mode-commands))
|
|
:config (smex-initialize))
|