From 49e51ee9e3bbaea9cea54b4ebfef650d401f151d Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sun, 17 Mar 2019 20:28:31 +0900 Subject: [PATCH] Add commented ido config --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index 6e42f1d..6b05d8e 100644 --- a/emacs.el +++ b/emacs.el @@ -1016,6 +1016,9 @@ 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))