UI updates
This commit is contained in:
@@ -47,7 +47,11 @@
|
||||
"Major mode for a Noise Signal conversation buffer.
|
||||
\\{noise-conversation-mode-map}"
|
||||
:group 'noise
|
||||
(setq-local header-line-format noise-conversation--mode-header))
|
||||
(setq-local header-line-format noise-conversation--mode-header)
|
||||
(when (bound-and-true-p evil-mode)
|
||||
(let ((m (make-sparse-keymap)))
|
||||
(define-key m (kbd "RET") #'noise-conversation-send)
|
||||
(setq-local evil-normal-state-local-map m))))
|
||||
|
||||
;;;###autoload
|
||||
(defun noise-conversation-open (conversation-id)
|
||||
|
||||
Reference in New Issue
Block a user