From c5b41fa9b8a7c9796d9d48554db1e245901ceec8 Mon Sep 17 00:00:00 2001 From: rho Date: Thu, 24 Dec 2015 11:24:38 +0545 Subject: adding yas icon --- mode-icons.el | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'mode-icons.el') diff --git a/mode-icons.el b/mode-icons.el index c1301fb..5c9d1ba 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -1,3 +1,4 @@ + ;;; mode-icons.el --- Show icons for modes -*- lexical-binding: t; -*- ;; Copyright (C) 2013 Tom Willemse @@ -40,24 +41,27 @@ absolute path to ICON." (concat mode-icons--directory "/icons/" icon)) (defvar mode-icons - `(("Emacs-Lisp" "emacs" xpm) - ("Python" "python" xpm) - ("Scheme" "scheme" xpm) - ("Lisp" "cl" xpm) - ("PHP" "php" xpm) + `( ("CSS" "css" xpm) - ("JavaScript" "js" xpm) - ("Shell-script" "bash" xpm) - ("Image[imagemagick]" "svg" xpm) + ("Coffee" "coffee" xpm) + ("Emacs-Lisp" "emacs" xpm) ("HTML" "html" xpm) + ("Haml" "haml" xpm) + ("Image[imagemagick]" "svg" xpm) + ("JavaScript" "js" xpm) + ("Lisp" "cl" xpm) ("Org" "org" xpm) + ("PHP" "php" xpm) + ("Python" "python" xpm) ("Ruby" "ruby" xpm) - ("Slim" "slim" xpm) - ("Coffee" "coffee" xpm) - ("Sass" "sass" xpm) ("SCSS" "sass" xpm) + ("Sass" "sass" xpm) + ("Scheme" "scheme" xpm) + ("Shell-script" "bash" xpm) + ("Slim" "slim" xpm) ("YAML" "yaml" xpm) - ("Haml" "haml" xpm)) + ("YASnippet" "yas" xpm) + ) "Icons for major modes. Each specification is a list with the first element being the -- cgit v1.2.3-54-g00ecf