original commit: 897216e4da768036e6ed0c0067c94a20510dd9d2
This commit is contained in:
Robby Findler 2004-01-12 21:26:57 +00:00
parent f10b2835e4
commit e6b30f3c89

View File

@ -1103,7 +1103,9 @@
(map-meta "c:space" "select-forward-sexp")
(map-meta "c:t" "transpose-sexp")
(map-meta "c:m" "mark-matching-parenthesis"))
;(map-meta "c:m" "mark-matching-parenthesis")
; this keybinding doesn't interact with the paren colorer
)
(send keymap map-function "c:c;c:b" "remove-parens-forward")))
(define keymap (make-object keymap:aug-keymap%))