summaryrefslogtreecommitdiffstats
path: root/examples/lisp-esque.conf
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-09 20:14:21 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-09 20:14:21 +0100
commitc521eeb03d14802c0bd242ae5a6e85ceadec49a6 (patch)
treeb9e3b7308066ad8c4c26a53a313d141e7f2d025b /examples/lisp-esque.conf
parentderp (diff)
downloadblueshift-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/lisp-esque.conf')
-rw-r--r--examples/lisp-esque.conf13
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.