diff options
author | Amin Bandali <bandali@gnu.org> | 2020-08-10 22:46:14 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-08-10 22:46:14 -0400 |
commit | c9cc242519a73e6f82b3f7bf12a858fcac51fdca (patch) | |
tree | 87f4d648a777d8e078daeafce5edf1ca33493740 /lisp/bandali-ido.el | |
parent | bb7f12c2100e7a61539eaa5a784ff84dfc1d3ad2 (diff) | |
download | configs-c9cc242519a73e6f82b3f7bf12a858fcac51fdca.tar.gz configs-c9cc242519a73e6f82b3f7bf12a858fcac51fdca.tar.xz configs-c9cc242519a73e6f82b3f7bf12a858fcac51fdca.zip |
A few small tweaks
Diffstat (limited to '')
-rw-r--r-- | lisp/bandali-ido.el | 5 |
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 |