From d332a92f0445820393133862ed6787f293a40bf6 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 8 Jan 2025 22:19:51 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/.config/emacs/init.el.org') 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")) -- cgit v1.2.3