Install helm-smex and bind it to M-X
This commit is contained in:
5
init.el
5
init.el
@@ -86,6 +86,7 @@
|
||||
helm-google
|
||||
helm-gtags
|
||||
helm-projectile
|
||||
helm-smex
|
||||
helm-swoop
|
||||
helm-unicode
|
||||
hyde
|
||||
@@ -498,6 +499,10 @@
|
||||
:init
|
||||
(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode)))
|
||||
|
||||
(use-package helm-smex
|
||||
:bind
|
||||
(("M-X" . helm-smex)))
|
||||
|
||||
;; Load my own functions
|
||||
(load "gnu-c-header.el")
|
||||
(load "toggle-window-split.el")
|
||||
|
Reference in New Issue
Block a user