Add smex
This commit is contained in:
parent
9d9ee0f809
commit
807a630b97
1 changed files with 10 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue