From d91f6872136de7cbfc144d9b09ff2f3556555725 Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Tue, 10 Jun 2025 13:22:18 -0400 Subject: [PATCH] Ensure custom file is loaded for local variable allowing --- emacs/.config/emacs/post-init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/.config/emacs/post-init.el b/emacs/.config/emacs/post-init.el index 963df64..afad225 100644 --- a/emacs/.config/emacs/post-init.el +++ b/emacs/.config/emacs/post-init.el @@ -1752,3 +1752,7 @@ values become buffer local since they overwrite :defer t) ;; * Email (require 'config-mail nil 'noerror) + +;; * Custom file +;; Finally load custom file +(load custom-file 'no-error)