From: rearman Date: Thu, 5 Mar 2026 15:45:24 +0000 (-0500) Subject: Formatting X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=355b6fbe2563367eb7ce5526bc73a1406b7edefc;p=emacsinit.git Formatting --- diff --git a/re/re-pass-alike.el b/re/re-pass-alike.el index 01ba9bd..09396e5 100644 --- a/re/re-pass-alike.el +++ b/re/re-pass-alike.el @@ -89,7 +89,6 @@ Also assumes the file is in `~/.password-store' and has the `.gpg' extension." "Copy the returned totp code to the clipboard." (interactive) (kill-new (get-totp filename))) - ;; Find password from pass(1) entry @@ -102,7 +101,6 @@ Assumes same structure as `pass(1)'." "Copy the returned password to the clipboard." (interactive) (kill-new (get-password filename))) - ;; Password generation