From ca31697cc95491c19ff257c29bdab3b88d043b09 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 25 Aug 2026 21:11:27 +0100 Subject: emacs 31 --- lib/themes/jao-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/themes/jao-themes.el') diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 65d9c32..d21baf5 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1199,7 +1199,7 @@ (push df fs))))) (defun jao-themes--adjust-palette (p s) - (if-let (v (alist-get s p)) (cons (cons s (car v)) (assoc-delete-all s p)) p)) + (if-let* ((v (alist-get s p))) (cons (cons s (car v)) (assoc-delete-all s p)) p)) (defun jao-themes--let-palette (palette) (let ((palette (seq-reduce #'jao-themes--adjust-palette '(fg bg box) palette))) -- cgit v1.2.3