diff options
author | Andinus <andinus@nand.sh> | 2020-11-14 18:58:06 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-14 18:58:06 +0530 |
commit | 04da16dd682a073513e989276ed179a1a27f8c9a (patch) | |
tree | 0bef90f9c7a856fbcea861b39f936fdbbaf93777 /share | |
parent | 7b42b7d76d3647bbbb3b4f7ec60f8321208b6a97 (diff) | |
download | leo-04da16dd682a073513e989276ed179a1a27f8c9a.tar.gz |
Add Makefile, man page, change config format, bump version v0.4.0
This commit pushes a lot of changes at once. Older config will no longer work with this. The file name will contain time in local timezone instead of UTC. Makefile & man page was copied from tomasino's pb(1). (tomasino.org)
Diffstat (limited to 'share')
-rw-r--r-- | share/leo.conf | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/share/leo.conf b/share/leo.conf index 75e9d0a..e46a61e 100644 --- a/share/leo.conf +++ b/share/leo.conf @@ -9,15 +9,14 @@ gpg_bin = gpg2 signify_seckey = /home/andinus/.totally_not_my_key.sec # Options. -encrypt = 1 -sign = 1 +L_ENCRYPT = 1 +L_SIGN = 1 # Profile names in []. [journal] # Local options. -encrypt = 0 -sign = 0 -signify = 1 +L_ENCRYPT = 0 +L_SIGNIFY = 1 # Paths to backup. '=' after path is important. /home/andinus/documents/not_important.org.gpg = @@ -25,11 +24,13 @@ signify = 1 [emacs] # compress this archive -gzip = 1 +L_GZIP = 1 /home/andinus/.emacs.d = -/home/andinus/.elfeed = -/home/andinus/.org-timestamps = +/home/andinus/.emacs.d/elpa = exclude + +[emacs/elpa] +/home/andinus/.emacs.d/elpa = [projects] /home/andinus/projects = |