mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-22 09:50:29 +01:00
Fix jpeg typo
This commit is contained in:
parent
9e4d51fea0
commit
f1dea72cf6
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ without the extension. And the third being the type of icon."
|
||||||
(choice
|
(choice
|
||||||
(const :tag "png" png)
|
(const :tag "png" png)
|
||||||
(const :tag "gif" gif)
|
(const :tag "gif" gif)
|
||||||
(const :tag "jpeg" jepg)
|
(const :tag "jpeg" jpeg)
|
||||||
(const :tag "xbm" xbm)
|
(const :tag "xbm" xbm)
|
||||||
(const :tag "xpm" xpm))))
|
(const :tag "xpm" xpm))))
|
||||||
:group 'mode-icons)
|
:group 'mode-icons)
|
||||||
|
|
Loading…
Reference in a new issue