chiark
/
gitweb
/
~mdw
/
fringe
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
haskell-fringe.hs: The libraries have moved around a lot.
[fringe]
/
cruft.el
1
;; scheme indentation
2
(mapc (lambda (item) (put (car item) 'scheme-indent-function (cdr item)))
3
'((with-values . 2) (when . 1) (unless . 1)
4
(condition-case . 1)))