More general propertization format.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 19 Sep 2017 21:43:36 +0000 (23:43 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 19 Sep 2017 21:43:36 +0000 (23:43 +0200)
pico8.el

index e8431dc..0bb0d19 100644 (file)
--- a/pico8.el
+++ b/pico8.el
@@ -279,7 +279,7 @@ Make sure it is installed, and present in ‘pico8-executable-paths’")))
    (-map-indexed
     (lambda (i c)
       `(,(format "%x+" i)
-        0 '(:inherit pico8-pixel :foreground ,c)))
+        0 '(face (:inherit pico8-pixel :foreground ,c))))
     pico8-colors)))