summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-18 18:16:32 -0600
committerCase Duckworth2022-01-18 18:16:32 -0600
commit81c6f178545fcb3e581dd249de1ef22521f7c376 (patch)
tree07581afc1e9bffb6a547981afb21a1bd9ee17f5b /early-init.el
parentAhh (diff)
parentUm (diff)
downloademacs-81c6f178545fcb3e581dd249de1ef22521f7c376.tar.gz
emacs-81c6f178545fcb3e581dd249de1ef22521f7c376.zip
Hm.
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el8
1 files changed, 4 insertions, 4 deletions
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 @@
24;;(setq debug-on-error t) 24;;(setq debug-on-error t)
25(message "Loading early-init.el...") 25(message "Loading early-init.el...")
26 26
27;; (define-advice load (:before (feature &rest _)) 27(define-advice load (:before (feature &rest _))
28;; "Message the user when loading a library." 28 "Message the user when loading a library."
29;; (with-temp-message (format "Now loading: '%s'" feature))) 29 (with-temp-message (format "Now loading: '%s'" feature)))
30 30
31;;; Speed up init 31;;; Speed up init
32 32
33;; (setq gc-cons-threshold most-positive-fixnum) 33(setq gc-cons-threshold most-positive-fixnum)
34 34
35(add-hook 'emacs-startup-hook 35(add-hook 'emacs-startup-hook
36 (defun emacs-startup@restore-values () 36 (defun emacs-startup@restore-values ()