diff options
| author | jao <jao@gnu.org> | 2026-08-25 21:11:27 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-08-25 21:11:27 +0100 |
| commit | ca31697cc95491c19ff257c29bdab3b88d043b09 (patch) | |
| tree | bc14b9744c783dd1121b36ffadf21e3d7dc0bb7a /lib/themes | |
| parent | dba7a443d0edb88869c4df70622543a465cf9304 (diff) | |
| download | elibs-main.tar.gz elibs-main.tar.bz2 | |
emacs 31main
Diffstat (limited to 'lib/themes')
| -rw-r--r-- | lib/themes/jao-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
