summaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
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)