summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-24 16:00:21 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-24 16:02:18 -0500
commitcc7b1957e09ef7847db5bbf0e1628b80cc386944 (patch)
treee32e40754aec15680a99089ffc4e79ca79aadbc4 /init.org
parentd4b2a7ef4e846259edb37593e399d4260afe168f (diff)
downloadconfigs-cc7b1957e09ef7847db5bbf0e1628b80cc386944.tar.gz
configs-cc7b1957e09ef7847db5bbf0e1628b80cc386944.tar.xz
configs-cc7b1957e09ef7847db5bbf0e1628b80cc386944.zip
[emacs][wip] add smex
Diffstat (limited to 'init.org')
-rw-r--r--init.org13
1 files changed, 13 insertions, 0 deletions
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