From a9e18afb8847ccf5e8d4d3bb79c4bd7243e55674 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 2 Sep 2025 12:32:37 -0500 Subject: feat(auth): Improve GPG authentication with loopback pinentry mode Configure EPG to use minibuffer for password prompts rather than external agents, removing the complex retry mechanism previously needed to handle authentication failures. --- modules/ai-config.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/ai-config.el') diff --git a/modules/ai-config.el b/modules/ai-config.el index d1739377..18c1e8cb 100644 --- a/modules/ai-config.el +++ b/modules/ai-config.el @@ -45,9 +45,6 @@ (with-current-buffer buffer (goto-char (point-max)))))) -;; retry if authinfo.gpg authentication fails -(advice-add 'cj/toggle-gptel :before #'cj/ensure-auth-before) - ;; ------------------------- GPTel Config And AI-Keymap ------------------------ (defvar ai-keymap -- cgit v1.2.3