caenix/modules/home/caem/development/emacs/emacs.d/completions.el
2025-02-01 14:05:15 +01:00

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))