From efc08126f7119569112b336f0cd73eefdf9737b5 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 18 Jan 2022 17:18:06 -0600 Subject: Um --- early-init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 67b4271..840a649 100644 --- a/early-init.el +++ b/early-init.el @@ -24,13 +24,13 @@ ;;(setq debug-on-error t) (message "Loading early-init.el...") -;; (define-advice load (:before (feature &rest _)) -;; "Message the user when loading a library." -;; (with-temp-message (format "Now loading: '%s'" feature))) +(define-advice load (:before (feature &rest _)) + "Message the user when loading a library." + (with-temp-message (format "Now loading: '%s'" feature))) ;;; Speed up init -;; (setq gc-cons-threshold most-positive-fixnum) +(setq gc-cons-threshold most-positive-fixnum) (add-hook 'emacs-startup-hook (defun emacs-startup@restore-values () -- cgit 1.4.1-21-gabe81