From cabec724696cea45cce8ff85b0b80947bdc98dcf Mon Sep 17 00:00:00 2001
From: Thanos Apollo <public@thanosapollo.com>
Date: Thu, 23 Mar 2023 07:35:57 +0200
Subject: emacs: redo settings for custom.el

---
 .emacs.d/init.el | 4 ++++
 1 file changed, 4 insertions(+)

(limited to '.emacs.d')

diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 8c539f3..5dfc5d8 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -90,6 +90,10 @@ Contains the list of packages that need to be installed.")
 (unless (package-installed-p 'use-package)
   (package-install 'use-package))
 
+;; set and load custom.el
+(setq custom-file (concat user-emacs-directory "custom.el"))
+(load custom-file 'noerror)
+
 (setq inhibit-startup-message nil)
 ;; Transparency
 (set-frame-parameter (selected-frame) 'alpha '(100 100))
-- 
cgit v1.2.3