summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-16 23:00:02 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-16 23:00:02 +0200
commitaa7996fc98075bb2b9f41eeb782dedb9bfefb9f1 (patch)
tree7c3be2bb582ce3df201c2a7710b34c4dc98b4940 /.config
parentc476b239ae3d31e5d4385162b8f2460040b1d5d3 (diff)
emacs: Fix formatting
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/mango-theme.el6
1 files 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)