mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Merge branch 'master' of github.com:ryuslash/mode-icons
This commit is contained in:
commit
fe1171a663
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ ACTIVE is an indicator that the current window is active."
|
|||
((and (image-type-available-p 'xpm)
|
||||
(setq tmp (mode-icons--get-font-xpm-file (list "" icon type)))
|
||||
(file-exists-p tmp))
|
||||
(setq tmp )
|
||||
(setq tmp nil)
|
||||
(mode-icons-get-icon-display (mode-icons--get-font-xpm-file (list "" icon type) t) 'xpm-bw face active))
|
||||
(t nil))
|
||||
mode-icons-get-icon-display))))
|
||||
|
|
Loading…
Reference in a new issue