diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-13 02:31:32 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-13 02:31:32 +0200 |
| commit | 26c94eb3db62ec6eebbf8d22c11afe691d9520c4 (patch) | |
| tree | 165e5bf69234b4f96c9b74deb4898d7143ddf120 /internal/config/skel/krino.conf | |
| parent | a6e442a645902011b2081c216daaec052cdc6ce6 (diff) | |
| download | krino-0.0.1.tar.gz krino-0.0.1.zip | |
krino: release 0.0.1 — man pages, install, examples, cross and release, README, changelogv0.0.1
Also: undo removes the directories its run created; a hardlink is never a
duplicate of its own other name; a flag written before "undo" is honoured;
--version prints no leading v. Duplicate conditions with different scopes
not sharing an original is documented as a known limitation.
Diffstat (limited to 'internal/config/skel/krino.conf')
| -rw-r--r-- | internal/config/skel/krino.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/config/skel/krino.conf b/internal/config/skel/krino.conf index 48780ea..dbd883b 100644 --- a/internal/config/skel/krino.conf +++ b/internal/config/skel/krino.conf @@ -1,8 +1,9 @@ ;; -*- mode: lisp -*- ;; vim: set ft=lisp : ;; -;; krino's main configuration. The syntax is explained in -;; docs/sexp-primer.md; every form is described in krino.conf(5). +;; 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 |
