summaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-01-20 15:21:05 -0600
committerGravatar Matthew L. Fidler2016-01-20 15:32:32 -0600
commit0e649a218efffc62a8585ddfeee5e31876f3a1d6 (patch)
treefefea6f1b620673d2a02cd5cdd45ae2c41cec67c /mode-icons.el
parent15c56566639a02be33c0f90bf7bac08cf5675a1e (diff)
downloadmode-icons-0e649a218efffc62a8585ddfeee5e31876f3a1d6.tar.gz
mode-icons-0e649a218efffc62a8585ddfeee5e31876f3a1d6.zip
Add R icon
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/mode-icons.el b/mode-icons.el
index 6bc4909..10d40ec 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -58,7 +58,8 @@ absolute path to ICON."
("Projectile Rails Server" "rails" xpm)
("Python" "python" xpm)
("Ruby" "ruby" xpm)
- ("ESS[R]" "R" xpm)
+ ("ESS[S]" "R" xpm)
+ ("iESS" "R" xpm)
("SCSS" "sass" xpm)
("Sass" "sass" xpm)
("Scheme" "scheme" xpm)