]> git.earman.xyz Git - emacsinit.git/commitdiff
Formatting
authorrearman <rearman@r717.net>
Thu, 5 Mar 2026 15:45:24 +0000 (10:45 -0500)
committerrearman <rearman@r717.net>
Thu, 5 Mar 2026 15:45:24 +0000 (10:45 -0500)
re/re-pass-alike.el

index 01ba9bd253ce43db779afa5876fcbc5a6a587397..09396e5544b4591589fc7f872f2e5cb424f81168 100644 (file)
@@ -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)))
-
 \f
 ;; 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)))
-
 \f
 ;; Password generation