Show the Emacs icon for Lisp Interaction mode

This commit is contained in:
Tom Willemse 2016-02-05 02:01:26 +01:00
parent e754f615e1
commit a998e3cb13
2 changed files with 2 additions and 0 deletions

View file

@ -27,5 +27,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Showing icons for minor modes. - Showing icons for minor modes.
- Go mode icon. - Go mode icon.
- Customization options. - Customization options.
- Lisp Interaction mode icon.
[Unreleased]: https://github.com/ryuslash/mode-icons/compare/0.1.0...HEAD [Unreleased]: https://github.com/ryuslash/mode-icons/compare/0.1.0...HEAD

View file

@ -74,6 +74,7 @@ absolute path to ICON."
("Coffee" "coffee" xpm) ("Coffee" "coffee" xpm)
("Compilation" "compile" xpm) ("Compilation" "compile" xpm)
("Emacs-Lisp" "emacs" xpm) ("Emacs-Lisp" "emacs" xpm)
("Lisp Interaction" "emacs" xpm)
("HTML" "html" xpm) ("HTML" "html" xpm)
("Haml" "haml" xpm) ("Haml" "haml" xpm)
("Image[imagemagick]" "svg" xpm) ("Image[imagemagick]" "svg" xpm)