summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-05 02:01:26 +0100
committerGravatar Tom Willemse2016-02-05 02:02:17 +0100
commita998e3cb134e9f797b4fe4b64c7f2ce6b375852d (patch)
treee3f91e8c3bb6e435416e851949e7bb1b42f6dde7
parente754f615e16a608ba43b26c7a20688d282da4b3c (diff)
downloadmode-icons-a998e3cb134e9f797b4fe4b64c7f2ce6b375852d.tar.gz
mode-icons-a998e3cb134e9f797b4fe4b64c7f2ce6b375852d.zip
Show the Emacs icon for Lisp Interaction mode0.2.0
-rw-r--r--CHANGELOG.md1
-rw-r--r--mode-icons.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8a5786..1e902da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,5 +27,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Showing icons for minor modes.
- Go mode icon.
- Customization options.
+- Lisp Interaction mode icon.
[Unreleased]: https://github.com/ryuslash/mode-icons/compare/0.1.0...HEAD
diff --git a/mode-icons.el b/mode-icons.el
index e35cc16..1f58c0a 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -74,6 +74,7 @@ absolute path to ICON."
("Coffee" "coffee" xpm)
("Compilation" "compile" xpm)
("Emacs-Lisp" "emacs" xpm)
+ ("Lisp Interaction" "emacs" xpm)
("HTML" "html" xpm)
("Haml" "haml" xpm)
("Image[imagemagick]" "svg" xpm)