Skip to content

Commit

Permalink
Allow submitting with C-j on console prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheid committed Sep 7, 2012
1 parent c0c6754 commit 10e654d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kite-console.el
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ when the user customizes `kite-console-prompt'.")
(define-key map "\C-cX" 'kite-clear-console)
(define-key map "\C-cg" 'kite-console-visit-source)
(define-key map "\C-ci" 'kite-show-log-entry)
(define-key map "\C-j" 'kite-console-send-input)
(define-key map (kbd "RET") 'kite-console-send-input)
map)
"Local keymap for `kite-console-mode' buffers.")
Expand Down

0 comments on commit 10e654d

Please sign in to comment.