Skip to content

Commit 1803029

Browse files
author
Greg Hendershott
committed
Add C-c C-. binding to racket-describe in REPL, too.
1 parent 02c7219 commit 1803029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

racket-repl.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
("}" racket-insert-closing-brace)
4242
("M-C-y" racket-insert-lambda)
4343
("C-c C-d" racket-doc)
44+
("C-c C-." racket-describe)
4445
("M-." racket-visit-definition)
4546
("C-M-." racket-visit-module)))
4647
m)

0 commit comments

Comments
 (0)