summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/init.el b/init.el
index 3350099..b63a52e 100644
--- a/init.el
+++ b/init.el
@@ -144,13 +144,6 @@
(centered-cursor-mode))))
(my-global-centered-cursor-mode 1)
-(require 'smex)
-(smex-initialize)
-(global-set-key (kbd "M-x") 'smex)
-(global-set-key (kbd "M-X") 'smex-major-mode-commands)
-(global-set-key (kbd "<menu>") 'smex)
-(global-set-key (kbd "S-<menu>") 'smex-major-mode-commands)
-
;; expand region
(global-set-key (kbd "M-@") 'er/expand-region)