From aa7996fc98075bb2b9f41eeb782dedb9bfefb9f1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 16 Oct 2024 23:00:02 +0200 Subject: emacs: Fix formatting --- .config/emacs/mango-theme.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index ff187ed..231896a 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -19,7 +19,9 @@ graphically, so I shouldn’t need to have multiple specs per face. (declare (indent 0)) (let ((ret '('mango custom-theme-set-faces))) (dolist (spec body) - (add-to-list 'ret `(backquote ,(list (car spec) `((((type graphic)) ,(cdr spec))))))) + (add-to-list 'ret `(backquote + ,(list (car spec) `((((type graphic)) + ,(cdr spec))))))) (reverse ret))) (defconst mango-theme-colors-alist @@ -66,7 +68,7 @@ graphically, so I shouldn’t need to have multiple specs per face. :foreground ,(mango-theme--color 'background-cool)) (window-divider-last-pixel :foreground ,(mango-theme--color 'background-cool)) - + ;; Line Numbers (line-number :foreground ,(mango-theme--color 'background-faint) -- cgit v1.2.3