mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-22 01:50:28 +01:00
parent
7d864662b9
commit
2f364dfae6
1 changed files with 1 additions and 3 deletions
|
@ -733,8 +733,6 @@ everywhere else."
|
||||||
(and (image-type-available-p 'xpm)
|
(and (image-type-available-p 'xpm)
|
||||||
(file-exists-p (mode-icons--get-png-xpm-file icon-spec))))) ))
|
(file-exists-p (mode-icons--get-png-xpm-file icon-spec))))) ))
|
||||||
|
|
||||||
(defvar emojify-image-dir)
|
|
||||||
|
|
||||||
(defvar emojify-emojis)
|
(defvar emojify-emojis)
|
||||||
|
|
||||||
(defvar mode-icons--gimp (executable-find "gimp")
|
(defvar mode-icons--gimp (executable-find "gimp")
|
||||||
|
@ -1139,7 +1137,7 @@ ACTIVE is a flag for if the current window is active."
|
||||||
(unless emojify-emojis
|
(unless emojify-emojis
|
||||||
(emojify-set-emoji-data))
|
(emojify-set-emoji-data))
|
||||||
(let* ((emoji (ht-get emojify-emojis (nth 1 icon-spec)))
|
(let* ((emoji (ht-get emojify-emojis (nth 1 icon-spec)))
|
||||||
(image-file (expand-file-name (ht-get emoji "image") emojify-image-dir))
|
(image-file (expand-file-name (ht-get emoji "image") (emojify-image-dir)))
|
||||||
(image-type (intern (upcase (file-name-extension image-file)))))
|
(image-type (intern (upcase (file-name-extension image-file)))))
|
||||||
(if (not (file-exists-p image-file))
|
(if (not (file-exists-p image-file))
|
||||||
(propertize (format "%s" mode)
|
(propertize (format "%s" mode)
|
||||||
|
|
Loading…
Reference in a new issue