summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-18 17:18:06 -0600
committerCase Duckworth2022-01-18 17:18:06 -0600
commitefc08126f7119569112b336f0cd73eefdf9737b5 (patch)
tree5356cbf6626cb72f7f0c69dbbf4fa35ee6955fc6 /early-init.el
parentModify org-file-apps after loading org (diff)
downloademacs-efc08126f7119569112b336f0cd73eefdf9737b5.tar.gz
emacs-efc08126f7119569112b336f0cd73eefdf9737b5.zip
Um
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 ()