diff options
author | Case Duckworth | 2021-04-09 17:51:10 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-09 17:51:10 -0500 |
commit | 8493459ecf5d3e79fc14130479d596b0f07a4a33 (patch) | |
tree | 85963a57bd0d8261734dfca9e32701b493611846 | |
parent | Add ctrlf (diff) | |
download | emacs-8493459ecf5d3e79fc14130479d596b0f07a4a33.tar.gz emacs-8493459ecf5d3e79fc14130479d596b0f07a4a33.zip |
Whitespace
-rw-r--r-- | early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index d5973bc..9711df3 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -128,6 +128,7 @@ | |||
128 | (goto-char (point-max)) | 128 | (goto-char (point-max)) |
129 | (eval-print-last-sexp))) | 129 | (eval-print-last-sexp))) |
130 | (load bootstrap-file nil 'nomessage)) | 130 | (load bootstrap-file nil 'nomessage)) |
131 | |||
131 | 132 | ||
132 | ;;; Message startup time for profiling | 133 | ;;; Message startup time for profiling |
133 | ;; This just redefines the Emacs function | 134 | ;; This just redefines the Emacs function |