X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/4c05c4186ed84ea42e9c1646226e81785e27e499..dbbfe61bc3677a5755a7c3987706aebb8fae0fd8:/lisp/bandali-ido.el 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