diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-31 17:17:22 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-31 17:17:22 -0400 |
| commit | 8c420239c924dc48a6c38145a2dad4fc18477e9e (patch) | |
| tree | bce6d4da4dd957b4fc2a1d5b529ee27131d69a0d /.config/emacs/early-init.el | |
| parent | 67a0d2382be64c5c3dc7c41b016cda7d598f70bd (diff) | |
Diffstat (limited to '.config/emacs/early-init.el')
| -rw-r--r-- | .config/emacs/early-init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el index e5bc600..7238ace 100644 --- a/.config/emacs/early-init.el +++ b/.config/emacs/early-init.el @@ -32,6 +32,12 @@ tramp-backup-directory-alist `((".*" . ,backup-dir)) tramp-auto-save-directory auto-saves-dir)) +;; put custom in junk +(setq custom-file (no-littering-expand-etc-file-name "custom.el")) + +;; put lockfiles in nowhere +(setq create-lockfiles nil) + ;; improve garbage collection (defun my-minibuffer-setup-hook () (setq gc-cons-threshold most-positive-fixnum)) |
