From 41ed781f2bc3dc24864c7948fb378d5c46bb5577 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 12 Mar 2020 18:59:31 +0000 Subject: [PATCH] chore(editor): Enable faces/styling in ido --- modules/editor/siren-ido.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/editor/siren-ido.el b/modules/editor/siren-ido.el index 262beb6..ccc9cd7 100644 --- a/modules/editor/siren-ido.el +++ b/modules/editor/siren-ido.el @@ -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