From 348fec8c894cb4a737846432c5cb8fe165c2bb56 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 17 Dec 2020 09:31:04 +0100 Subject: Load optional file of manual patches --- gui/conf/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/conf/init.el') diff --git a/gui/conf/init.el b/gui/conf/init.el index 62e8efa..40b1b6f 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -557,3 +557,7 @@ (let ((mu4e-config "~/.emacs.d/email.el")) (when (file-exists-p mu4e-config) (load-file mu4e-config))) + +(let ((patches "~/.emacs.d/patches.el")) + (when (file-exists-p patches) + (load-file patches))) -- cgit v1.2.3