forked from colonelpanic/dotfiles
enable ido-mode by default.
This commit is contained in:
parent
233030d14e
commit
6df84cbc08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user