diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 22:19:51 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 22:19:51 -0600 |
commit | d332a92f0445820393133862ed6787f293a40bf6 (patch) | |
tree | 1e045e7314c0dd219c4e3d49447092b08926c7fc /common | |
parent | 3a6b12a05ebcfe269366c14af7fa606186bc5b2f (diff) |
system changes
Diffstat (limited to 'common')
-rw-r--r-- | common/.config/emacs/init.el.org | 5 |
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")) |