summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)