From 269fddab7b4329dbde7b375c703d27cbb914be02 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 8 Dec 2018 10:34:07 +0000 Subject: Remove ido --- emacs/loader.org | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'emacs') diff --git a/emacs/loader.org b/emacs/loader.org index cb2a8c7..a34f4a5 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -469,28 +469,9 @@ Enable winner mode to save window state. (winner-mode 1) #+END_SRC -*** Ivy - -#+BEGIN_COMMENT emacs-lisp - (use-package flx-ido - :config - (ido-mode 1) - (ido-everywhere 1) - (flx-ido-mode 1) - ;; disable ido faces to see flx highlights. - (setq ido-enable-flex-matching t) - (setq ido-use-faces nil)) - - (use-package smex - :bind (("M-x" . smex) - ("M-X" . smex-major-mode-commands)) - :config - (smex-initialize)) -#+END_COMMENT - -#+RESULTS: - #+BEGIN_SRC emacs-lisp + (use-package flx) + (use-package ivy :bind (("C-c s" . swiper) -- cgit