summaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-23 15:19:50 +0100
committerGravatar Tom Willemsen2013-03-23 15:19:50 +0100
commitefefc5ee589f29d6951c7cba8850d4723965a4ac (patch)
tree47e1a80b4ba5698a9bbfcba3c9a189c6e7ef8acf /mode-icons.el
parent1bf87fee9a1eb7be226febda73c63bae2bb83764 (diff)
downloadmode-icons-efefc5ee589f29d6951c7cba8850d4723965a4ac.tar.gz
mode-icons-efefc5ee589f29d6951c7cba8850d4723965a4ac.zip
Add icon for org-mode
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/mode-icons.el b/mode-icons.el
index d79d5e4..48157ce 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -50,7 +50,10 @@
:ascent center))
("HTML" . (image :type xpm
:file ,(mode-icons-get-icon-file "html.xpm")
- :ascent center)))
+ :ascent center))
+ ("Org" . (image :type xpm
+ :file ,(mode-icons-get-icon-file "org.xpm")
+ :ascent center)))
"Icons for major modes.")
(defun set-mode-icon (mode)