Skip to content

Commit

Permalink
Bind C-c C-c to `racket-run'. Closes #144.
Browse files Browse the repository at this point in the history
(I didn't merge the PR commit as-is, only because I wanted to use the
racket--easy-keymap-define feature permitting a list of key bindings for
a command.)
  • Loading branch information
Greg Hendershott committed Jul 8, 2015
1 parent a33627f commit 369535b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion racket-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ http://www.gnu.org/licenses/ for details.")

(defvar racket-mode-map
(racket--easy-keymap-define
'(("C-c C-k" racket-run)
'((("C-c C-k"
"C-c C-c") racket-run)
("C-c C-z" racket-repl)
("<f5>" racket-run-and-switch-to-repl)
("M-C-<f5>" racket-racket)
Expand Down

0 comments on commit 369535b

Please sign in to comment.