From a998e3cb134e9f797b4fe4b64c7f2ce6b375852d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 5 Feb 2016 02:01:26 +0100 Subject: Show the Emacs icon for Lisp Interaction mode --- CHANGELOG.md | 1 + mode-icons.el | 1 + 2 files changed, 2 insertions(+) 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) -- cgit v1.2.3-54-g00ecf