From 56ea6a9dd3183068684aeb9f518ba349f61e17ed Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sun, 17 Mar 2019 20:29:44 +0900 Subject: [PATCH] Remove ido --- emacs.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/emacs.el b/emacs.el index 6b05d8e..6e42f1d 100644 --- a/emacs.el +++ b/emacs.el @@ -1016,9 +1016,6 @@ found, otherwise returns nil." ) -;; (ido-mode 1) -;; (setq ido-enable-flex-matching t) - ;; https://github.com/lunaryorn/flycheck (when (safe-require-or-eval 'flycheck) (call-after-init 'global-flycheck-mode))