aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-08 10:34:07 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-12-08 10:34:07 +0000
commit269fddab7b4329dbde7b375c703d27cbb914be02 (patch)
treedeb0dc97ac5d9323e51910ac1c8014a49c320077
parent57dad458a88fc80f5688029b8405e87e3fbe464d (diff)
downloaddotfiles-269fddab7b4329dbde7b375c703d27cbb914be02.tar.gz
dotfiles-269fddab7b4329dbde7b375c703d27cbb914be02.zip
Remove ido
-rw-r--r--emacs/loader.org23
1 files changed, 2 insertions, 21 deletions
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)