;; -*- mode: lisp -*- ;; vim: set ft=lisp : ;; ;; krino's main configuration. The syntax is explained in sexp-primer.md, ;; installed as share/doc/krino/sexp-primer.md under the install prefix, ;; which is ~/.local by default; every form is described in krino.conf(5). ;; The directories to sort, in this order. Each NAME has its rules in ;; dirs/NAME.conf. Add one with: krino new NAME PATH (include) ;; Where the log goes. Remove the ";; " to change it. ;; (log "~/.local/state/krino/krino.log") ;; Defaults for every directory; a directory's own file can override them. ;; (defaults ;; (case ignore) ; ignore | strict ;; (fold yes) ; yes: "spolka" matches "spółka" ;; (recursive no) ;; (min-age 2m) ; skip files modified in the last 2 minutes ;; (max-read 50M) ; no content extraction above this size ;; (busy ".part" ".aria2" ".crdownload") ;; (on-conflict suffix)) ; suffix | skip | overwrite