From 78496fa8e8c0a56ff72884545f36be0a1011f41c Mon Sep 17 00:00:00 2001 From: Matthew L. Fidler Date: Thu, 11 Feb 2016 13:25:23 -0600 Subject: Remove dimished modes --- mode-icons.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mode-icons.el') diff --git a/mode-icons.el b/mode-icons.el index 2de20c0..40bc546 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -131,10 +131,12 @@ absolute path to ICON." ("Help" ,(make-string 1 #xf059) FontAwesome) ("WoMan" ,(make-string 1 #xf05a) FontAwesome) ("C/l" ,(make-string 1 #xf107) font-mfizz) + ("Custom" ,(make-string 1 #xf013) FontAwesome) ("\\`Go\\'" "go" xpm) (" Rbow" "rainbow" xpm) ;; Diminished modes - ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil)) + ;; ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil) + ) "Icons for major and minor modes. Each specificatioun is a list with the first element being the -- cgit v1.2.3-54-g00ecf