Update mode-icons.el

Fix the Clojure icon being off by one
This commit is contained in:
Dave Houston 2016-08-07 10:50:27 +01:00 committed by GitHub
parent 2e799a5d7b
commit b377cd9151

View file

@ -196,7 +196,7 @@ This was stole/modified from `c-save-buffer-state'"
("\\`Elixir\\'" #xf115 font-mfizz)
("\\`Erlang\\'" #xf116 font-mfizz)
("\\`Haskell\\'" #xf126 font-mfizz)
("\\`Clojure\\'" #xf10a font-mfizz)
("\\`Clojure\\'" #xf10b font-mfizz)
("\\`Java\\(/.*\\|\\)\\'" #xf12b font-mfizz)
("\\`C?Perl\\'" #xf148 font-mfizz)
("\\`Octave\\'" "octave" xpm)