summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-01-23 20:41:31 +0100
committerCharles Roelli <charles@aurox.ch>2026-01-23 20:41:31 +0100
commitdbe979f13cf01a9faf5e520dfce065c9c8351a6e (patch)
tree9ceff0e9aa0bcf66617facde055dc37d7c84562d /.emacs
parent6cc8087a9d790c98abaf7a6ebfc24f299777f638 (diff)
Use password-store
Diffstat (limited to '.emacs')
-rw-r--r--.emacs8
1 files changed, 3 insertions, 5 deletions
diff --git a/.emacs b/.emacs
index bfd13dd..57433bb 100644
--- a/.emacs
+++ b/.emacs
@@ -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)