summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-09 17:51:10 -0500
committerCase Duckworth2021-04-09 17:51:10 -0500
commit8493459ecf5d3e79fc14130479d596b0f07a4a33 (patch)
tree85963a57bd0d8261734dfca9e32701b493611846 /early-init.el
parentAdd ctrlf (diff)
downloademacs-8493459ecf5d3e79fc14130479d596b0f07a4a33.tar.gz
emacs-8493459ecf5d3e79fc14130479d596b0f07a4a33.zip
Whitespace
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el1
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