removing unnecessary stuff
This commit is contained in:
parent
2ea83b0a00
commit
11c902c909
|
@ -64,9 +64,6 @@ Let's create a message that will tell us how long it takes emacs to load in orde
|
|||
(add-hook 'emacs-startup-hook #'chris/display-startup-time)
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
| chris/display-startup-time |
|
||||
|
||||
Let's also set the =gc-cons-threshold= variable to a high setting for the remainder of our setup process to speed things up. This is no long done here but instead is done in the =early-init.el= file.
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
(setq gc-cons-threshold 50000000)
|
||||
|
|
Loading…
Reference in a new issue