mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-22 01:50:28 +01:00
Remove dimished modes
This commit is contained in:
parent
7776bc2aab
commit
78496fa8e8
1 changed files with 3 additions and 1 deletions
|
@ -131,10 +131,12 @@ absolute path to ICON."
|
||||||
("Help" ,(make-string 1 #xf059) FontAwesome)
|
("Help" ,(make-string 1 #xf059) FontAwesome)
|
||||||
("WoMan" ,(make-string 1 #xf05a) FontAwesome)
|
("WoMan" ,(make-string 1 #xf05a) FontAwesome)
|
||||||
("C/l" ,(make-string 1 #xf107) font-mfizz)
|
("C/l" ,(make-string 1 #xf107) font-mfizz)
|
||||||
|
("Custom" ,(make-string 1 #xf013) FontAwesome)
|
||||||
("\\`Go\\'" "go" xpm)
|
("\\`Go\\'" "go" xpm)
|
||||||
(" Rbow" "rainbow" xpm)
|
(" Rbow" "rainbow" xpm)
|
||||||
;; Diminished modes
|
;; 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.
|
"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
|
||||||
|
|
Loading…
Reference in a new issue