aboutsummaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-02-11 22:00:56 -0600
committerGravatar Matthew L. Fidler2016-02-11 22:00:56 -0600
commit62c8be6872d9978193bb08ed5ce5611a998eec20 (patch)
tree97a2071f3dfe9680b3a9467e7918b71dafae9e21 /mode-icons.el
parent984787b860bd42b71da06c51a8526c7bdbe99fe9 (diff)
downloadmode-icons-62c8be6872d9978193bb08ed5ce5611a998eec20.tar.gz
mode-icons-62c8be6872d9978193bb08ed5ce5611a998eec20.zip
Add bibtex icon
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/mode-icons.el b/mode-icons.el
index a93ba7a..2b752f0 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -135,6 +135,7 @@ absolute path to ICON."
("\\`Go\\'" "go" xpm)
(" Rbow" "rainbow" xpm)
(" Golden" "golden" xpm) ;; Icon created by Arthur Shlain from Noun Project
+ ("BibTeX" "bibtex" xpm)
;; Diminished modes
("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil)
)