diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-23 20:41:31 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-23 20:41:31 +0100 |
| commit | dbe979f13cf01a9faf5e520dfce065c9c8351a6e (patch) | |
| tree | 9ceff0e9aa0bcf66617facde055dc37d7c84562d /.emacs | |
| parent | 6cc8087a9d790c98abaf7a6ebfc24f299777f638 (diff) | |
Use password-store
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -3,11 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(auth-sources - (list - (concat "/run/user/" - (string-trim (shell-command-to-string "id -u")) - "/secrets/irc"))) + '(auth-source-pass-filename "~/Code/home/.password-store") '(backup-directory-alist '(("." . "~/Backups"))) '(custom-file "~/Code/home/.emacs") '(rcirc-server-alist @@ -21,3 +17,5 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) + +(auth-source-pass-enable) |
