More general propertization format.
[pico8.git] / 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)))