This commit is contained in:
Jonas Hahn
2025-11-03 12:43:04 +01:00
parent a5f2d8a3dc
commit 25c6ac9def
2 changed files with 8 additions and 8 deletions

View File

@@ -8,8 +8,8 @@ Setup in `init.lua` with
```lua
require("gpg"):setup {
default = "username@example.com",
delete = true,
default_recipient = "username@example.com",
delete_after = true,
}
```