emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/base32 3ede350d0f 040/103: totp-auto-copy-password: change


From: ELPA Syncer
Subject: [nongnu] elpa/base32 3ede350d0f 040/103: totp-auto-copy-password: change the default value
Date: Sat, 10 Feb 2024 13:00:05 -0500 (EST)

branch: elpa/base32
commit 3ede350d0f5d8ce7ec6c01443c7c75c52e74be46
Author: Vivek Das Mohapatra <vivek@collabora.co.uk>
Commit: Vivek Das Mohapatra <vivek@collabora.co.uk>

    totp-auto-copy-password: change the default value
    
    Default was "Off" (ie nil), now it's '(PRIMARY CLIPBOARD)
---
 totp-auth.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/totp-auth.el b/totp-auth.el
index 6899b5afe1..380682e7ee 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -85,7 +85,7 @@ a secret if you ever re-import it."
   :group 'totp-auth
   :type  'boolean)
 
-(defcustom totp-auto-copy-password nil
+(defcustom totp-auto-copy-password '(PRIMARY CLIPBOARD)
   "If set \\[totp] will copy tokens into the selected copy/paste backends.
 The behaviour is implemented by ‘totp-update-paste-buffers’ as follows:
  - When the token is generated, it is placed in the selected copy areas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]