diff options
| author | tslil clingman <> | 2021-07-25 18:15:14 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-07-25 18:15:14 -0400 |
| commit | d42664c8419ae7b7d8fcfa6e0cbf665bd21f2e81 (patch) | |
| tree | d0a1c38a2c7714463059805b417e213017c5603b /emacs/early-init.el | |
| parent | 30d95d77e69ad9c3055881f900d6a204557aa191 (diff) | |
Early init for GC threshold
Diffstat (limited to 'emacs/early-init.el')
| -rw-r--r-- | emacs/early-init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el new file mode 100644 index 0000000..57e0d7e --- /dev/null +++ b/emacs/early-init.el @@ -0,0 +1,4 @@ +;; Faster startup +(setq gc-cons-threshold most-positive-fixnum + old-file-name-handler-alist file-name-handler-alist + file-name-handler-alist nil) |
