From cc7b1957e09ef7847db5bbf0e1628b80cc386944 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Dec 2018 16:00:21 -0500 Subject: [emacs][wip] add smex --- init.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index 16351aa..8240b51 100644 --- a/init.org +++ b/init.org @@ -969,6 +969,19 @@ Recently opened files. (setq recentf-max-saved-items 40)) #+end_src +*** smex + +#+begin_quote +A smart M-x enhancement for Emacs. +#+end_quote + +Mostly because =counsel= needs it to remember history. + +#+begin_src emacs-lisp +(use-package smex + :defer t) +#+end_src + *** [[https://github.com/abo-abo/swiper][Ivy]] (and friends) #+begin_quote -- cgit v1.2.3-60-g2f50