From f56a44a21389361e99821a8057d1f33284ff601b Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 15 Sep 2024 10:10:13 +0200 Subject: [PATCH] Fix code indentation --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index ec085762..fcb8c124 100644 --- a/early-init.el +++ b/early-init.el @@ -4,4 +4,4 @@ (width . 85) (height . 50) (and (eq system-type 'gnu/linux) - (undecorated . t)))) + (undecorated . t))))