diff options
author | David Runge <dave@sleepmap.de> | 2024-01-04 12:00:27 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2024-01-05 18:02:14 +0100 |
commit | 4f2f477188e05d8174f28f4ee1f3d45b627d62ef (patch) | |
tree | e0fe362cb76681e7fc162512948b332195fe176d /.config/nvim/UltiSnips/mail.snippets | |
parent | e4ce0dfb929106c8d5ab325e429a69078456aa13 (diff) | |
download | dotfiles-4f2f477188e05d8174f28f4ee1f3d45b627d62ef.tar.gz dotfiles-4f2f477188e05d8174f28f4ee1f3d45b627d62ef.tar.bz2 dotfiles-4f2f477188e05d8174f28f4ee1f3d45b627d62ef.tar.xz dotfiles-4f2f477188e05d8174f28f4ee1f3d45b627d62ef.zip |
nvim: Adapt wording for proper OpenPGP terminology in ultisnips
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config/nvim/UltiSnips/mail.snippets')
-rw-r--r-- | .config/nvim/UltiSnips/mail.snippets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/UltiSnips/mail.snippets b/.config/nvim/UltiSnips/mail.snippets index 3fceb03..95a4101 100644 --- a/.config/nvim/UltiSnips/mail.snippets +++ b/.config/nvim/UltiSnips/mail.snippets @@ -1,7 +1,7 @@ snippet validate_pgp_key "A mail to verify a PGP key" b Hi ${1: Name}, -Please clear-sign [1] the attached `token.txt` file using the mentioned root +Please clear-sign [1] the attached `token.txt` file using the mentioned primary key (not any of its subkeys) and send the resulting file to: David Runge <dvzrv@master-key.archlinux.org> @@ -12,7 +12,7 @@ To clearsign the file, use gpg --armor --default-key ${2: PGP KEY ID}! --clearsign token.txt \`\`\` -If your root key does not provide the Signature capability (S), make sure to +If your primary key does not provide the Signature capability (S), make sure to toggle it on temporarily: \`\`\` |