diff options
author | Andinus <andinus@nand.sh> | 2020-11-11 01:22:41 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-11 01:22:41 +0530 |
commit | e1ceacf5a2ad5b389377a70190b1a979f59e19b0 (patch) | |
tree | 1b387594715d3ea42168dbd71ce1369eaea438d8 /share | |
parent | 2aa21cf7d9c689da89568ecd210a44c09e5a39ee (diff) | |
download | leo-e1ceacf5a2ad5b389377a70190b1a979f59e19b0.tar.gz |
Add gzip support for compressing archives v0.3.2
Archives can now be compressed by gzip(1).
Diffstat (limited to 'share')
-rw-r--r-- | share/leo.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/leo.conf b/share/leo.conf index 8ccfb02..75e9d0a 100644 --- a/share/leo.conf +++ b/share/leo.conf @@ -24,6 +24,9 @@ signify = 1 /home/andinus/documents/archive.org = [emacs] +# compress this archive +gzip = 1 + /home/andinus/.emacs.d = /home/andinus/.elfeed = /home/andinus/.org-timestamps = |