diff options
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 = |