diff options
author | Andinus <andinus@nand.sh> | 2020-11-17 16:42:45 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-17 16:42:45 +0530 |
commit | 2b70e9381e9ba3267d31fcae3f972a8568f36031 (patch) | |
tree | a9fda90957376ceb1e9f1fa3dd93ad7fff4a86e6 /share | |
parent | 85962c86c67568fba9ff136c87e5d50213e968d0 (diff) | |
download | leo-2b70e9381e9ba3267d31fcae3f972a8568f36031.tar.gz |
Add regex support to exclude files/directories, other improvements v0.4.3
The functionality will be the same, lots of things were changed. The output is brief by default.
Diffstat (limited to 'share')
-rw-r--r-- | share/leo.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/share/leo.conf b/share/leo.conf index e46a61e..083a5ff 100644 --- a/share/leo.conf +++ b/share/leo.conf @@ -14,10 +14,8 @@ L_SIGN = 1 # Profile names in []. [journal] -# Local options. 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 = @@ -25,14 +23,9 @@ L_SIGNIFY = 1 [emacs] # compress this archive L_GZIP = 1 - /home/andinus/.emacs.d = -/home/andinus/.emacs.d/elpa = exclude - -[emacs/elpa] -/home/andinus/.emacs.d/elpa = [projects] /home/andinus/projects = -# Exclude directories with `exclude' value. +# Exclude directories with `exclude' value. (regex supported) /home/andinus/projects/forks = exclude |