diff --git a/README.org b/README.org index c69072b3..9376fe30 100644 --- a/README.org +++ b/README.org @@ -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)