From 4096e23f1af8bee315f33b5654bcd45f23f4de92 Mon Sep 17 00:00:00 2001 From: David Florness Date: Fri, 22 Feb 2019 18:08:16 -0700 Subject: [PATCH] Fix EOF error --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 5d8c29d..c7fd9a3 100644 --- a/init.el +++ b/init.el @@ -252,6 +252,7 @@ ;; If there is more than one, they won't work right. '(initial-buffer-choice t) '(initial-scratch-message "") + ) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- 2.38.4