summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-ido.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/bandali-ido.el')
-rw-r--r--lisp/bandali-ido.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/bandali-ido.el b/lisp/bandali-ido.el
index 55bc937..3f1769a 100644
--- a/lisp/bandali-ido.el
+++ b/lisp/bandali-ido.el
@@ -64,13 +64,14 @@
(use-package crm-custom
:defer 0.3
+ :after crm
:config
(crm-custom-mode 1))
-(use-package icomplete
+(use-package ido-at-point
:defer 0.3
:config
- (icomplete-mode 1))
+ (ido-at-point-mode 1))
(provide 'bandali-ido)
;;; bandali-ido.el ends here