aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/.config/emacs/init.el.org5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 799cb57..77b7a3f 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -1,11 +1,6 @@
#+title: Emacs Configuration
* Early Setup
-Save time on garbage collection during startup.
-#+begin_src
- (setq gc-cons-threshold 100000000)
-#+end_src
-
Force the use of a =custom.el= file instead of appending to =init.el=.
#+begin_src emacs-lisp
(setq custom-file (concat user-emacs-directory "custom.el"))