From e123df0cab3aad77174cccb0168ac850a768900a Mon Sep 17 00:00:00 2001 From: Matthew L. Fidler Date: Mon, 25 Jan 2016 08:45:40 -0600 Subject: Take out the diminished modes --- mode-icons.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mode-icons.el b/mode-icons.el index fac2833..6199cd1 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -74,7 +74,9 @@ absolute path to ICON." ("YASnippet" "yas" xpm) (" yas" "yas" xpm) (" hs" "hs" xpm) - ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\)" nil nil)) + ;; Diminished modes + ;; ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\)" 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