add smex and multiple-cursors

This commit is contained in:
Adam Goldsmith 2015-06-28 09:01:29 -04:00
parent 0e4bf561a8
commit 75173876ba
2 changed files with 7 additions and 2 deletions

5
.emacs
View File

@ -52,14 +52,15 @@
'(el-get
smart-mode-line
avy
smex
ace-window
company
tramp
projectile
hideif
magit
undo-tree
ace-window
hydra
multiple-cursors
lua-mode
pkgbuild-mode
arduino-mode

View File

@ -0,0 +1,4 @@
(global-set-key (kbd "M-x") 'smex)
(global-set-key (kbd "M-X") 'smex-major-mode-commands)
;; This is your old M-x.
(global-set-key (kbd "C-c C-c M-x") 'execute-extended-command)