diff options
| author | Craig Jennings <c@cjennings.net> | 2025-09-02 12:32:37 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-09-02 12:32:37 -0500 |
| commit | a9e18afb8847ccf5e8d4d3bb79c4bd7243e55674 (patch) | |
| tree | 0d735dabea84c7702dab96c450cfc26d49a59f80 /modules/ai-config.el | |
| parent | e960b812add44344ed55c5a4cf5bce8ffafe328a (diff) | |
| download | dotemacs-a9e18afb8847ccf5e8d4d3bb79c4bd7243e55674.tar.gz dotemacs-a9e18afb8847ccf5e8d4d3bb79c4bd7243e55674.zip | |
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.
Diffstat (limited to 'modules/ai-config.el')
| -rw-r--r-- | modules/ai-config.el | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
