Install helm-smex and bind it to M-X

This commit is contained in:
Gergely Polonkai
2016-10-17 10:17:24 +02:00
parent 437e76ad7d
commit 73a4bf5e60
7 changed files with 649 additions and 0 deletions

View File

@@ -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")