From 0f5baea79b6790c3f7c18e5143c0e2e06fa82e52 Mon Sep 17 00:00:00 2001 From: chase Date: Wed, 28 May 2025 22:58:12 -0400 Subject: [PATCH] 120 current 2025-05-28 22:58:07 25.11.20250527.4faa5f5 6.15.0 * --- home/emacs/early-init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/emacs/early-init.el b/home/emacs/early-init.el index 42e91fd..772019a 100644 --- a/home/emacs/early-init.el +++ b/home/emacs/early-init.el @@ -31,6 +31,9 @@ ;; load path ;; (add-to-list 'load-path "~/.emacs.d/work/") +;; set emacs directory +(setq user-emacs-directory "~/.config/emacs") + ;; set & load custom file (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) (when (file-exists-p custom-file)