From 6df84cbc08a221fe38cdf67fea39b7b64222a5b4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 1 Jul 2015 00:45:50 -0700 Subject: [PATCH] enable ido-mode by default. --- dotfiles/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index fb0036e2..025fe5cc 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1491,7 +1491,8 @@ window is active in the perspective." (setq ido-vertical-define-keys 'C-n-C-p-up-and-down))) (use-package flx-ido :ensure t))) -(if (and (boundp 'use-ido) use-ido) (ido-mode)) + +(when (or (and (boundp 'use-ido) use-ido) (not (boundp 'use-ido))) (ido-mode 1)) ;; ============================================================================= ;; elisp