summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-20 09:06:28 -0500
committerCraig Jennings <c@cjennings.net>2025-10-20 09:06:28 -0500
commitb4d89552f8c6b34b202dd4ef01e14a43da1440e8 (patch)
tree89286ab5d4e835c7cc5bd175e53951700a6463c9
parent97134d631ec43b57827006ffebde0f85992fff47 (diff)
fix: auth-config: change require for user-constants
Switch from require to eval-when-compile for loading user-constants to ensure the authinfo-file location is defined at compile-time.
-rw-r--r--modules/auth-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth-config.el b/modules/auth-config.el
index a42bd52a..4cfb294a 100644
--- a/modules/auth-config.el
+++ b/modules/auth-config.el
@@ -15,7 +15,7 @@
;;; Code:
-(require 'user-constants) ;; defines authinfo-file location
+(eval-when-compile (require 'user-constants)) ;; defines authinfo-file location
;; -------------------------------- Auth Sources -------------------------------
;; auth sources settings