diff options
| author | jao <jao@gnu.org> | 2025-11-01 15:13:28 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-01 15:13:28 +0000 |
| commit | 84d7fecbd8f308560374d1231323653ddbddde09 (patch) | |
| tree | 92b904e9bd6090f0245099023f38eea96aca3f9b | |
| parent | 4dbb45a9719394c9f17dbc1c2758bfd3459835b9 (diff) | |
| download | elibs-main.tar.gz elibs-main.tar.bz2 | |
macos-keychain-generic cannot add new entriesmain
| -rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
