From 563c67ec2fcff48e176e3ed36eb21f45a0873bd1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 2 Jan 2021 10:02:24 -0600 Subject: Whitespace --- config.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index c4641f8..0502255 100644 --- a/config.org +++ b/config.org @@ -403,10 +403,11 @@ Anyway, I should probably be able to figure out how to properly change the theme (catch :return (dolist (font fonts) (when (find-font (font-spec :family (car font))) - (apply #'set-face-attribute `(,face nil - :family ,(car font) - ,@(cdr font))) - (throw :return font))))) + (apply #'set-face-attribute `(,face + nil + :family (car font) + ,@(cdr font))) + (throw :return font))))) (defun acdw/setup-fonts () "Setup fonts. This has to happen after the frame is setup for -- cgit 1.4.1-21-gabe81