From 4fc8783eb993a513368ccdbac14ce39213979cf8 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 2 Mar 2016 13:18:52 -0500 Subject: [PATCH] Revert "Remove smex config" This reverts commit df5eff0bd375eb82a2593dd8229a2353b0034f27. Turns out that was useful --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e431ab6..60db886 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -117,6 +117,9 @@ :bind ("C-;" . avy-goto-char) :bind ("C-'" . avy-goto-char-2)) +(use-package smex :quelpa + :bind ("M-X" . smex-major-mode-commands)) + (use-package swiper :quelpa :bind ("C-s" . swiper) :bind ("C-r" . swiper)