diff options
| author | tslil <> | 2021-08-13 20:12:16 -0400 |
|---|---|---|
| committer | tslil <> | 2021-08-13 20:12:16 -0400 |
| commit | 968506d171eb7e4c683c76e73ac0d5b6c98e44b7 (patch) | |
| tree | 89ef87f736aceea04fd32d6c78107d731a66e265 /emacs/early-init.el | |
| parent | 7c81ef18dbf63571c6ee9153308a151b825cb1c8 (diff) | |
| parent | d42664c8419ae7b7d8fcfa6e0cbf665bd21f2e81 (diff) | |
Merge branch 'master' of git.sr.ht:~tslil/dotfiles
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) |
