From 04da16dd682a073513e989276ed179a1a27f8c9a Mon Sep 17 00:00:00 2001 From: Andinus Date: Sat, 14 Nov 2020 18:58:06 +0530 Subject: Add Makefile, man page, change config format, bump version 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) --- share/leo.conf | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'share') 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 = -- cgit 1.4.1-2-gfad0