summaryrefslogtreecommitdiffstats
path: root/lisp/init-ido.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-ido.el')
-rw-r--r--lisp/init-ido.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/init-ido.el b/lisp/init-ido.el
index b835515..a47fbce 100644
--- a/lisp/init-ido.el
+++ b/lisp/init-ido.el
@@ -18,6 +18,7 @@
;; flx-ido
(use-package flx-ido
+ :after ido
:init
;; disable ido faces to see flx highlights.
(setq ido-use-faces nil
@@ -28,11 +29,13 @@
;; ido-grid-mode
(use-package ido-grid-mode
+ :after ido
:config
(ido-grid-mode 1))
;; ido-completing-read+
(use-package ido-completing-read+
+ :after ido
:init
;; automatically update blacklist when package is updated
(setq ido-cr+-auto-update-blacklist t)
@@ -42,6 +45,7 @@
;; smex
(use-package smex
+ :after ido
:init
;; do not update cache automatically on every invocation
(setq smex-auto-update nil)