add smex and multiple-cursors
This commit is contained in:
parent
0e4bf561a8
commit
75173876ba
5
.emacs
5
.emacs
@ -52,14 +52,15 @@
|
|||||||
'(el-get
|
'(el-get
|
||||||
smart-mode-line
|
smart-mode-line
|
||||||
avy
|
avy
|
||||||
|
smex
|
||||||
|
ace-window
|
||||||
company
|
company
|
||||||
tramp
|
tramp
|
||||||
projectile
|
|
||||||
hideif
|
hideif
|
||||||
magit
|
magit
|
||||||
undo-tree
|
undo-tree
|
||||||
ace-window
|
|
||||||
hydra
|
hydra
|
||||||
|
multiple-cursors
|
||||||
lua-mode
|
lua-mode
|
||||||
pkgbuild-mode
|
pkgbuild-mode
|
||||||
arduino-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