Revert "Remove smex config"

This reverts commit df5eff0bd3.

Turns out that was useful
This commit is contained in:
Adam Goldsmith 2016-03-02 13:18:52 -05:00
parent 07d057f59a
commit 4fc8783eb9

View File

@ -117,6 +117,9 @@
:bind ("C-;" . avy-goto-char) :bind ("C-;" . avy-goto-char)
:bind ("C-'" . avy-goto-char-2)) :bind ("C-'" . avy-goto-char-2))
(use-package smex :quelpa
:bind ("M-X" . smex-major-mode-commands))
(use-package swiper :quelpa (use-package swiper :quelpa
:bind ("C-s" . swiper) :bind ("C-s" . swiper)
:bind ("C-r" . swiper) :bind ("C-r" . swiper)