mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(editor): Enable faces/styling in ido
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user