Go to file
Robby Findler ab063326fe change indentation strategy for sequences whose head is a keyword
assume that these are part of some internal structure of something
that, in general looks like

  (#:x 1 #:y 2 #:z 3)

and so prefer to indent like this:

  (#:x 1
   #:y 2
   #:z 3)

instead of like this:

  (#:x 1
       #:y 2
       #:z 3)
2016-02-25 10:37:44 -06:00
gui Remove extra directories. 2014-12-02 02:33:07 -05:00
gui-doc fix -singleInstance for GTK+3 2016-02-05 10:40:04 -07:00
gui-lib change indentation strategy for sequences whose head is a keyword 2016-02-25 10:37:44 -06:00
gui-test change indentation strategy for sequences whose head is a keyword 2016-02-25 10:37:44 -06:00
tex-table add notin as a tex shortcut 2015-09-22 21:03:08 -05:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:34 -05:00