Skip to content

Commit

Permalink
Merge pull request #105 from wentasah/keymap-in-help
Browse files Browse the repository at this point in the history
Include a list of keyboard shortcuts in help text
  • Loading branch information
tpapp authored Apr 7, 2021
2 parents 7ce38a9 + 16353b1 commit 2c25fe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion julia-repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,9 @@ When called with a prefix argument, activate the home project."

;;;###autoload
(define-minor-mode julia-repl-mode
"Minor mode for interacting with a Julia REPL running inside a term."
"Minor mode for interacting with a Julia REPL running inside a term.
\\{julia-repl-mode-map}"
nil ">"
`((,(kbd "C-c C-a") . julia-repl-activate-parent)
(,(kbd "C-c C-b") . julia-repl-send-buffer)
Expand Down

0 comments on commit 2c25fe2

Please sign in to comment.