add smex and multiple-cursors
This commit is contained in:
parent
0e4bf561a8
commit
75173876ba
5
.emacs
5
.emacs
@ -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
|
||||
|
4
.emacs.d/el-get-user/init-files/init-smex.el
Normal file
4
.emacs.d/el-get-user/init-files/init-smex.el
Normal 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)
|
Loading…
Reference in New Issue
Block a user