From 692b44d648472fdf52048f6040d223ea7befe755 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 25 Apr 2024 17:05:06 -0500 Subject: removed unnecessary hardcoded paths & fixed a typo - defined constants for all commonly used paths - replaced hardcoded instances throughout the config with the variables - fixed typo in scripts/reset-to-first-launch.sj --- modules/epa-config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/epa-config.el') diff --git a/modules/epa-config.el b/modules/epa-config.el index 0e3972a0..8d902ae4 100644 --- a/modules/epa-config.el +++ b/modules/epa-config.el @@ -12,8 +12,7 @@ :ensure nil ;; built in :demand t ;; load this package early :config - (setq auth-sources '("~/.authinfo.gpg")) - ;; (setq auth-sources '((:source "~/.authinfo.gpg"))) + (setq auth-sources `(,authinfo-file)) (setenv "GPG_AGENT_INFO" nil) ;; emacs use internal prompt, not gpg agent (setq auth-source-debug t)) ;; echo debug info to Messages -- cgit v1.2.3