mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-24 02:20:29 +01:00
Show the Emacs icon for Lisp Interaction mode
This commit is contained in:
parent
e754f615e1
commit
a998e3cb13
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue