system changes
This commit is contained in:
parent
3a6b12a05e
commit
d332a92f04
1 changed files with 0 additions and 5 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue