diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-09 20:14:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-09 20:14:21 +0100 |
commit | c521eeb03d14802c0bd242ae5a6e85ceadec49a6 (patch) | |
tree | b9e3b7308066ad8c4c26a53a313d141e7f2d025b /examples | |
parent | derp (diff) | |
download | blueshift-c521eeb03d14802c0bd242ae5a6e85ceadec49a6.tar.gz blueshift-c521eeb03d14802c0bd242ae5a6e85ceadec49a6.tar.bz2 blueshift-c521eeb03d14802c0bd242ae5a6e85ceadec49a6.tar.xz |
something on the syntax
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lisp-esque.conf | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index 21f7392..3a65c3b 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -1,11 +1,20 @@ ; -*- lisp -*- -; The line above sets the editors to lisp mode, which probably +; The line above sets the editors to LISP mode, which probably ; is the mode with best syntax highlighting for this file. -; This configuration file requires the lisp-esque example +; This configuration file requires the LISP-esque example ; configuration scripts ; Both ; (semicolon) and # (pound) start commands ending the end of the line +; If you know LISP, you might find this the be a bit different, +; it is only superficially like LISP. Anthing it is inside brackets +; is a list of strings. A string starting with a colon is a function +; call with next string being its argument, or the next list being +; its arguments. The first string in a list may or may not be function +; call, depending on situation; it can be first not to be bit adding +; a dot the string before it, the first string is ignored if it is a dot. +; Quotes have no effect other than cancelling out the effect of whitespace. + (blueshift ; Indices of monitors to use. |