From 0462ef42398ab9c50390adf7ce8e94b86e14af1c Mon Sep 17 00:00:00 2001 From: Matthew L. Fidler Date: Fri, 5 Feb 2016 08:41:19 -0600 Subject: Add isearch to ignored list --- mode-icons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode-icons.el b/mode-icons.el index 1e4e32e..0f4cfb7 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -84,7 +84,7 @@ absolute path to ICON." (" hs" "hs" xpm) ("Markdown" ,(make-string 1 #xf0c9) octicons) ;; Diminished modes - ;; ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\)" nil nil) + ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\)" nil nil) ) "Icons for major and minor modes. -- cgit v1.2.3-54-g00ecf