custom file is defined in early-init

This commit is contained in:
2025-06-29 19:53:41 +02:00
parent 04d0e1109c
commit 30be552cc6

View File

@@ -45,7 +45,6 @@ Both Win32 and Cygwin count.")
(use-package cus-edit
:config
(setq custom-file (concat user-emacs-directory "custom.el"))
(setq custom-buffer-done-kill t)
(load custom-file t t))