From 84d7fecbd8f308560374d1231323653ddbddde09 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 1 Nov 2025 15:13:28 +0000 Subject: macos-keychain-generic cannot add new entries --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 0454fd4..2c7d28a 100644 --- a/init.el +++ b/init.el @@ -329,7 +329,7 @@ auth-sources '("~/.emacs.d/authinfo.gpg" "~/.netrc")) :config (add-to-list 'auth-source-protocols '(local "local")) - (jao-when-darwin (add-to-list 'auth-sources 'macos-keychain-generic))) + (jao-when-darwin (add-to-list 'auth-sources 'macos-keychain-generic t))) (use-package epa-file :demand t -- cgit v1.2.3