about summary refs log tree commit diff stats
path: root/share/leo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'share/leo.conf')
-rw-r--r--share/leo.conf34
1 files changed, 11 insertions, 23 deletions
diff --git a/share/leo.conf b/share/leo.conf
index 083a5ff..4fe8903 100644
--- a/share/leo.conf
+++ b/share/leo.conf
@@ -1,31 +1,19 @@
 backup_dir = /home/andinus/backups
 
-gpg_fingerprint = D9AE4AEEE1F1B3598E81D9DFB67D55D482A799FD
-# You don't have to include your key in gpg_recipients, it's added by
-# default. Add multiple keys seperated by a space.
-gpg_recipients = D9AE4AEEE1F1B3598E81D9DFB67D55D482A799FD
-gpg_bin = gpg2
+gpg_fingerprint = andinus@redacted
+gpg_recipients = redacted
 
-signify_seckey = /home/andinus/.totally_not_my_key.sec
-
-# Options.
-L_ENCRYPT = 1
-L_SIGN = 1
+signify_seckey = /home/andinus/redacted.sec
 
 # Profile names in [].
-[journal]
-L_ENCRYPT = 0
-L_SIGNIFY = 1
-# Paths to backup. '=' after path is important.
-/home/andinus/documents/not_important.org.gpg =
-/home/andinus/documents/archive.org =
-
 [emacs]
-# compress this archive
-L_GZIP = 1
+L_GnuPG = 1
+
+# Paths to backup. '=' after path is important.
 /home/andinus/.emacs.d =
+# Exclude directories with `exclude' value.
+/home/andinus/.emacs.d/elpa = exclude
 
-[projects]
-/home/andinus/projects =
-# Exclude directories with `exclude' value. (regex supported)
-/home/andinus/projects/forks = exclude
+[emacs/elpa]
+L_GnuPG = 1
+/home/andinus/.emacs.d/elpa =