Fix paths to handle .config/emacs configuration location

This commit is contained in:
2025-09-21 15:37:06 +02:00
parent 634d0674b4
commit 7b44a125e9
3 changed files with 10 additions and 7 deletions

View File

@@ -5,6 +5,9 @@
;;; Code:
;; Set user-emacs-directory to use XDG config location
(setq user-emacs-directory (expand-file-name "~/.config/emacs/"))
;; Defer garbage collection further back in the startup process
;; This makes startup faster by preventing frequent GC
(setq gc-cons-threshold most-positive-fixnum