From c4651cde45a03d7567408ba3497d2929f765a7b1 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Tue, 13 Jun 2023 09:42:02 +0200 Subject: [PATCH] Delete theme loading in early init --- .emacs.d/early-init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el index 4244a7e..a45d562 100644 --- a/.emacs.d/early-init.el +++ b/.emacs.d/early-init.el @@ -16,6 +16,4 @@ (push '(vertical-scroll-bars) default-frame-alist) (push '(mouse-color . "white") default-frame-alist) -;; (load-theme 'modus-vivendi) - (customize-set-variable 'initial-major-mode 'fundamental-mode)