chore(editor): Enable faces/styling in ido

This commit is contained in:
2020-03-12 18:59:31 +00:00
parent af7323061f
commit 41ed781f2b

View File

@@ -18,11 +18,12 @@
(ido-enable-prefix nil)
(ido-max-prospects 10)
(ido-save-directory-list-file (expand-file-name "ido.hist" siren-cache-dir))
(ido-use-faces nil)
(ido-use-faces t)
(ido-use-filename-at-point nil)
:config
(ido-mode 1))
(ido-mode 1)
(ido-everywhere 1))
(use-package ido-completing-read+
:custom