This commit is contained in:
Tom Willemse 2016-07-26 02:00:32 +02:00
parent 9d9ee0f809
commit 807a630b97

View file

@ -195,6 +195,16 @@ This is currently the data directory under the
(ido-mode)
;; Add smex, an ido-like M-x alternative
(ensure-library smex)
(with-eval-after-load 'smex
(setq smex-save-file (oni:data-location "smex-items")))
(global-set-key (kbd "M-x") 'smex)
(global-set-key (kbd "M-X") 'smex-major-mode-commands)
;;;; Minor modes:
;;;;; Paredit: