add in keymap mixin

This commit is contained in:
Robby Findler 2011-11-29 18:43:37 -06:00
parent dd4f307a47
commit 9db206b231

View File

@ -180,9 +180,10 @@
(define size-text%
(scheme:set-mode-mixin
(scheme:text-mixin
(color:text-mixin
(text:autocomplete-mixin
(mode:host-text-mixin
(editor:standard-style-list-mixin
text:basic%)))))))
(editor:keymap-mixin
(color:text-mixin
(text:autocomplete-mixin
(mode:host-text-mixin
(editor:standard-style-list-mixin
text:basic%))))))))