From 73187a92264b01f75c3aa713490a3591743f0409 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Tue, 19 Sep 2017 23:43:36 +0200 Subject: [PATCH] More general propertization format. --- pico8.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.20.1