Fix and improve ido module

- ido will actually be loaded at startup - I'm hoping there's a better
  way to optimize this.
- ido-sort-mtime-mode was fixed
- Up/Down were added to get closer to
  `(setq ido-vertical-define-keys 'C-n-C-p-up-down-left-right)`
- Faces were re-enabled
- The number of results are now displayed with ido
This commit is contained in:
Kaleb Elwert 2020-03-18 02:36:33 -07:00
parent 4b20c7206e
commit d5673cb29e
2 changed files with 28 additions and 36 deletions

View file

@ -3,5 +3,6 @@
(package! flx-ido :pin "17f5c9cb2a")
(package! ido-completing-read+ :pin "74861eabd0")
(package! ido-sort-mtime :pin "f638ff0c92")
(package! ido-vertical-mode :pin "16c4c1a112")
(package! crm-custom :pin "f1aaccf643")