summaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar rho2016-01-18 22:35:39 +0545
committerGravatar rho2016-01-18 22:35:39 +0545
commiteaad6edccb5b3b3d64642b8af009242904cc1a95 (patch)
tree2ec7a9d8005546017f2055996a46a16100b22e38 /mode-icons.el
parent742497c8a646ec53c9bc8d67411f6bf3d2a8a4c0 (diff)
parent4e4edbf21ade6036b465d3f2a4ccb6f075e3924c (diff)
downloadmode-icons-eaad6edccb5b3b3d64642b8af009242904cc1a95.tar.gz
mode-icons-eaad6edccb5b3b3d64642b8af009242904cc1a95.zip
Merge pull request #7 from krazedkrish/master
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)