diff options
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 8 |
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 () |