|
|
|
|
|
by taeric
38 days ago
|
|
My humble apologies on missing this way back when. Checking my init, I seem to just have: ;; TODO: Remove? Maybe. For now, trying the following.
(icomplete-vertical-mode 1)
(setq icomplete-delay-completions-threshold 0)
(setq icomplete-compute-delay 0)
(setq icomplete-show-matches-on-no-input t)
(setq icomplete-scroll t)
It has been working fine. Took a bit of getting used to it not defaulting to arrow keys, but not that hard. And I think I see you can enable that, now. |
|