;; Make ctrl-return not submit (define-key jabber-chat-mode-map (kbd "<C-return>") (lambda () (insert "\n")))
Arg. It ate my angle brackets. That is supposed to say
(kbd "<C-return>")
Log in to post a comment.
Arg. It ate my angle brackets. That is supposed to say
(kbd "<C-return>")