From 293281ea9f19e7ad9f9fd897ac39b16625102b3f Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Wed, 14 Aug 2024 14:41:11 +0800 Subject: [PATCH] Gebruik Username als veld in pass entries ipv default. --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index d2cc817..15574c0 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -130,6 +130,7 @@ vc-follow-symlinks t ;;; use pass (~/.password-store) ;;; (see The Unix password store) (auth-source-pass-enable) +(setq pass-username-field "Username") ;; Elfeed news reader from Nextcloud (require 'elfeed) -- 2.39.5