Fix icon-spec for minor-modes

This commit is contained in:
Matthew Fidler 2016-04-21 08:11:16 -05:00
parent 9241db6f21
commit 46b2659225

View file

@ -170,9 +170,9 @@ This was stole/modified from `c-save-buffer-state'"
("\\`Web\\'" "html" xpm) ("\\`Web\\'" "html" xpm)
("\\`XML\\'" "xml" xpm) ("\\`XML\\'" "xml" xpm)
("\\`YAML\\'" "yaml" xpm) ("\\`YAML\\'" "yaml" xpm)
("\\` YASnippet\\'" "yas" xpm) ("\\` ?YASnippet\\'" "yas" xpm)
("\\` yas\\'" "yas" xpm) ("\\` ?yas\\'" "yas" xpm)
("\\` hs\\'" "hs" xpm) ("\\` ?hs\\'" "hs" xpm)
("\\`Markdown\\'" #xf0c9 github-octicons) ("\\`Markdown\\'" #xf0c9 github-octicons)
("\\`Scala\\'" #xf15b font-mfizz) ("\\`Scala\\'" #xf15b font-mfizz)
("\\`Magit\\'" #xf1d2 FontAwesome) ("\\`Magit\\'" #xf1d2 FontAwesome)
@ -188,9 +188,9 @@ This was stole/modified from `c-save-buffer-state'"
("\\`C\\(/.*\\|\\)\\'" #xf107 font-mfizz) ("\\`C\\(/.*\\|\\)\\'" #xf107 font-mfizz)
("\\`Custom\\'" #xf013 FontAwesome) ("\\`Custom\\'" #xf013 FontAwesome)
("\\`Go\\'" "go" xpm) ("\\`Go\\'" "go" xpm)
("\\` Rbow\\'" "rainbow" xpm) ("\\` ?Rbow\\'" "rainbow" xpm)
("\\` ICY\\'" "icy" xpm) ;; http://www.clipartpal.com/clipart_pd/weather/ice_10206.html ("\\` ?ICY\\'" "icy" xpm) ;; http://www.clipartpal.com/clipart_pd/weather/ice_10206.html
("\\` Golden\\'" "golden" xpm-bw) ;; Icon created by Arthur Shlain from Noun Project ("\\` ?Golden\\'" "golden" xpm-bw) ;; Icon created by Arthur Shlain from Noun Project
("\\`BibTeX\\'\\'" "bibtex" xpm-bw) ("\\`BibTeX\\'\\'" "bibtex" xpm-bw)
("\\`C[+][+]\\(/.*\\|\\)\\'" #xf10c font-mfizz) ("\\`C[+][+]\\(/.*\\|\\)\\'" #xf10c font-mfizz)
("\\`C[#]\\(/.*\\|\\)\\'" #xf10d font-mfizz) ("\\`C[#]\\(/.*\\|\\)\\'" #xf10d font-mfizz)
@ -203,7 +203,7 @@ This was stole/modified from `c-save-buffer-state'"
("\\`Octave\\'" "octave" xpm) ("\\`Octave\\'" "octave" xpm)
("\\`AHK\\'" "autohotkey" xpm) ("\\`AHK\\'" "autohotkey" xpm)
("\\`Info\\'" #xf05a FontAwesome) ("\\`Info\\'" #xf05a FontAwesome)
("\\` Narrow\\'" #xf066 FontAwesome) ("\\` ?Narrow\\'" #xf066 FontAwesome)
("\\`Dockerfile\\'" "docker" xpm) ("\\`Dockerfile\\'" "docker" xpm)
(read-only #xf023 FontAwesome) (read-only #xf023 FontAwesome)
(writable #xf09c FontAwesome) (writable #xf09c FontAwesome)
@ -226,9 +226,9 @@ This was stole/modified from `c-save-buffer-state'"
("\\` ?company\\'" #xf1ad FontAwesome) ("\\` ?company\\'" #xf1ad FontAwesome)
("\\` ?AC\\'" #xf18e FontAwesome) ("\\` ?AC\\'" #xf18e FontAwesome)
("\\` ?Fly\\'" #xea12 IcoMoon-Free) ("\\` ?Fly\\'" #xea12 IcoMoon-Free)
("\\` Ergo" #xf11c FontAwesome) ("\\` ?Ergo" #xf11c FontAwesome)
("\\` drag\\'" #xf047 FontAwesome) ("\\` ?drag\\'" #xf047 FontAwesome)
("\\` Helm\\'" "helm" xpm-bw) ;; By Noe Araujo, MX, https://thenounproject.com/term/helm/233101/ ("\\` ?Helm\\'" "helm" xpm-bw) ;; By Noe Araujo, MX, https://thenounproject.com/term/helm/233101/
("\\`Messages\\'" #xf27b FontAwesome) ("\\`Messages\\'" #xf27b FontAwesome)
("\\`Conf" #xf1de FontAwesome) ("\\`Conf" #xf1de FontAwesome)
("\\`Fundamental\\'" #xf016 FontAwesome) ("\\`Fundamental\\'" #xf016 FontAwesome)
@ -237,9 +237,9 @@ This was stole/modified from `c-save-buffer-state'"
("\\`LaTeX\\'" "tex" ext) ("\\`LaTeX\\'" "tex" ext)
("\\`Image\\[xpm\\]\\'" "xpm" ext) ("\\`Image\\[xpm\\]\\'" "xpm" ext)
("\\`Image\\[png\\]\\'" "png" ext) ("\\`Image\\[png\\]\\'" "png" ext)
("\\` AI\\'" #xf03c FontAwesome) ("\\` ?AI\\'" #xf03c FontAwesome)
;; Diminished modes ;; Diminished modes
("\\` \\(?:ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\)\\'" nil nil)) ("\\` ?\\(?:ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\)\\'" nil nil))
"Icons for major and minor modes. "Icons for major and minor modes.
Each specificatioun is a list with the first element being the Each specificatioun is a list with the first element being the