- 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
8 lines
281 B
EmacsLisp
8 lines
281 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/ido/packages.el
|
|
|
|
(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")
|