branch: elpa/alect-themes
commit bbdcd4e6b3e099202ce039711eb678c45dec18e5
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Replace 'emms-mode-line-icon-image-cache' with 'emms-mode-line-icon-color'
This EMMS bug was fixed by
<https://git.savannah.gnu.org/cgit/emms.git/commit/?id=de5643494ae61617aa247b00d42d84b84ea9b12e>.
---
alect-themes.el | 25 ++-----------------------
1 file changed, 2 insertions(+), 23 deletions(-)
diff --git a/alect-themes.el b/alect-themes.el
index a98ac45..61a2ce1 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1,6 +1,6 @@
;;; alect-themes.el --- Configurable light, dark and black themes for Emacs 24
or later -*- lexical-binding: t -*-
-;; Copyright © 2013–2019 Alex Kost
+;; Copyright © 2013–2020 Alex Kost
;; Author: Alex Kost <[email protected]>
;; Created: 10 Jul 2013
@@ -1784,28 +1784,7 @@ For INVERT, see `alect-get-color'."
,(gc 'cyan)
,(gc 'fg+1)])
- ;; emms icon at mode line (is taken from emms source)
- (emms-mode-line-icon-image-cache
- '(image :type xpm :ascent center :data ,(concat "/* XPM */
-static char *note[] = {
-/* width height num_colors chars_per_pixel */
-\" 10 11 2 1\",
-/* colors */
-\". c " (gc 'cyan) "\",
-\"# c None s None\",
-/* pixels */
-\"###...####\",
-\"###.#...##\",
-\"###.###...\",
-\"###.#####.\",
-\"###.#####.\",
-\"#...#####.\",
-\"....#####.\",
-\"#..######.\",
-\"#######...\",
-\"######....\",
-\"#######..#\" };"))
- t)
+ (emms-mode-line-icon-color ,(gc 'cyan))
;; gnus icon at mode line (is taken from gnus source)
(gnus-mode-line-image-cache