From: Joe Wreschnig Date: Tue, 19 Sep 2017 21:43:36 +0000 (+0200) Subject: More general propertization format. X-Git-Url: https://git.korewanetadesu.com/?p=pico8.git;a=commitdiff_plain;h=73187a92264b01f75c3aa713490a3591743f0409 More general propertization format. --- diff --git a/pico8.el b/pico8.el index e8431dc..0bb0d19 100644 --- 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)))