chiark
/
gitweb
/
~mdw
/
fringe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bce693
)
cruft.el: Some Emacs tweaking.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 18 Nov 2009 16:34:35 +0000
(16:34 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 18 Nov 2009 16:34:35 +0000
(16:34 +0000)
Currently indentation rules for Scheme.
cruft.el
[new file with mode: 0644]
patch
|
blob
diff --git a/cruft.el
b/cruft.el
new file mode 100644
(file)
index 0000000..
241eeb3
--- /dev/null
+++ b/
cruft.el
@@ -0,0
+1,4
@@
+;; scheme indentation
+(mapc (lambda (item) (put (car item) 'scheme-indent-function (cdr item)))
+ '((with-values . 2) (when . 1) (unless . 1)
+ (condition-case . 1)))