From 8866167abd3a3a01395013423e20ac82eed2ca14 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 12 Jun 2024 18:31:38 +0200 Subject: [PATCH] feat: move custom.el file --- early-init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/early-init.el b/early-init.el index 4891d2b..d2a230b 100644 --- a/early-init.el +++ b/early-init.el @@ -73,3 +73,6 @@ (blink-cursor-mode -1) (setq ring-bell-function #'ignore) +;; Early init this +(setq custom-file (locate-user-emacs-file "custom.el")) +(load custom-file 'noerror 'nomessage) -- 2.49.0