diff options
author | Tino Calancha <tino.calancha@gmail.com> | 2019-08-22 17:03:17 +0200 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2019-08-26 03:04:02 +0200 |
commit | cd1c0754ae01b923be193b00a0318fffcc524947 (patch) | |
tree | b0118811c30fc705123c5ea2fba0617d25165d8d /contrib/pass.applescript | |
parent | e93e03705fb5b81f3af85f04c07ad0ee2190b6aa (diff) | |
download | pass-cd1c0754ae01b923be193b00a0318fffcc524947.tar.gz pass-cd1c0754ae01b923be193b00a0318fffcc524947.tar.bz2 pass-cd1c0754ae01b923be193b00a0318fffcc524947.zip |
emacs: Prefer to use Emacs builtin customization machinery
Using a customizable variable is the preferred way to set
a parameter within Emacs; replace password-store-timeout with
the new option password-store-time-before-clipboard-restore.
The default value for this variable uses the environment var
PASSWORD_STORE_CLIP_TIME when set; this is the same behavior
as before.
Add Maintainer header.
* contrib/emacs/password-store.el (password-store-password-length):
Increased default value from 8 to 25, i.e. same default as
in the shell script.
(password-store-time-before-clipboard-restore): New option.
(password-store-timeout): Delete it.
Use the new option instead; all callers updated.
* contrib/emacs/CHANGELOG.md: Announce the features.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions