diff options
author | Andinus <andinus@nand.sh> | 2020-11-22 00:04:31 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-22 00:04:31 +0530 |
commit | aa6b728bd818e682b71a04163c8ef216f91774c3 (patch) | |
tree | 4e787154ce6c4264f981dacf5d0254a2f5ea3c36 /share/leo.conf | |
parent | 74a7bb3c5f5ff529a308542e1470125ef199892f (diff) | |
download | leo-aa6b728bd818e682b71a04163c8ef216f91774c3.tar.gz |
Make signing optional
Users might not want to store the private key on remote servers. But they should be able to encrypt it so we make it optional.
Diffstat (limited to 'share/leo.conf')
-rw-r--r-- | share/leo.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/leo.conf b/share/leo.conf index 4fe8903..34c422c 100644 --- a/share/leo.conf +++ b/share/leo.conf @@ -8,7 +8,6 @@ signify_seckey = /home/andinus/redacted.sec # Profile names in []. [emacs] L_GnuPG = 1 - # Paths to backup. '=' after path is important. /home/andinus/.emacs.d = # Exclude directories with `exclude' value. @@ -17,3 +16,10 @@ L_GnuPG = 1 [emacs/elpa] L_GnuPG = 1 /home/andinus/.emacs.d/elpa = + +[irclogs] +L_GnuPG = 1 +# Don't sign this. +L_GnuPG_no_sign = 1 + +/home/andinus/irc-logs = |