enable ido-mode by default.

This commit is contained in:
Ivan Malison 2015-07-01 00:45:50 -07:00
parent 233030d14e
commit 6df84cbc08

View File

@ -1491,7 +1491,8 @@ window is active in the perspective."
(setq ido-vertical-define-keys 'C-n-C-p-up-and-down))) (setq ido-vertical-define-keys 'C-n-C-p-up-and-down)))
(use-package flx-ido :ensure t))) (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 ;; elisp