aboutsummaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/mode-icons.el b/mode-icons.el
index 5a3bff9..c69b5b5 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -47,11 +47,11 @@ absolute path to ICON."
("Compilation" "compile" xpm)
("Emacs-Lisp" "emacs" xpm)
("HTML" "html" xpm)
- ("Web" "html" xpm)
("Haml" "haml" xpm)
("Image[imagemagick]" "svg" xpm)
("JavaScript" "js" xpm)
("Lisp" "cl" xpm)
+ ("nXML" "xml" xpm)
("Org" "org" xpm)
("PHP" "php" xpm)
("Python" "python" xpm)
@@ -61,6 +61,8 @@ absolute path to ICON."
("Scheme" "scheme" xpm)
("Shell-script" "bash" xpm)
("Slim" "slim" xpm)
+ ("Web" "html" xpm)
+ ("XML" "xml" xpm)
("YAML" "yaml" xpm)
("YASnippet" "yas" xpm)
)