From 15b165ed82d6303dbd17a19f5ddda291ac57579a Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:39:45 -0500 Subject: [PATCH] Enhance inhibit-message/redisplay and mode-line sections --- early-init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/early-init.el b/early-init.el index 2e31074..ed92876 100644 --- a/early-init.el +++ b/early-init.el @@ -150,10 +150,7 @@ minimalistic appearance during startup.") (add-hook 'post-command-hook #'minimal-emacs--reset-inhibit-redisplay -100)) (when minimal-emacs-inhibit-message-during-startup - ;; Reset the above variables to prevent Emacs from appearing frozen or - ;; visually corrupted after startup or if a startup error occurs. (defun minimal-emacs--reset-inhibit-message () - ;; (setq-default inhibit-redisplay nil) ; Can cause artifacts (setq-default inhibit-message nil) (remove-hook 'post-command-hook #'minimal-emacs--reset-inhibit-message))