UI updates

This commit is contained in:
2026-06-15 11:01:26 -04:00
parent 6a5d4b3c1d
commit 0151d4ad02
3 changed files with 32 additions and 13 deletions
+5 -1
View File
@@ -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)