aboutsummaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar krazedkrish2016-01-18 13:07:24 +0545
committerGravatar krazedkrish2016-01-18 13:16:06 +0545
commit4e4edbf21ade6036b465d3f2a4ccb6f075e3924c (patch)
tree2ec7a9d8005546017f2055996a46a16100b22e38 /mode-icons.el
parent6fe4d8f2f7c996efbf0eb99aa62d2b793924bee2 (diff)
downloadmode-icons-4e4edbf21ade6036b465d3f2a4ccb6f075e3924c.tar.gz
mode-icons-4e4edbf21ade6036b465d3f2a4ccb6f075e3924c.zip
adds infruby and rails icon
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/mode-icons.el b/mode-icons.el
index 498710f..6087acf 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -49,11 +49,13 @@ absolute path to ICON."
("HTML" "html" xpm)
("Haml" "haml" xpm)
("Image[imagemagick]" "svg" xpm)
+ ("Inf-Ruby" "infruby" xpm)
("JavaScript" "js" xpm)
("Lisp" "cl" xpm)
("nXML" "xml" xpm)
("Org" "org" xpm)
("PHP" "php" xpm)
+ ("Projectile Rails Server" "rails" xpm)
("Python" "python" xpm)
("Ruby" "ruby" xpm)
("SCSS" "sass" xpm)