Adds account switching
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
;;; Code:
|
||||
|
||||
(require 'noise-db)
|
||||
(require 'noise-new-chat)
|
||||
(require 'cl-lib)
|
||||
|
||||
(defvar noise-chat-list-mode-map
|
||||
@@ -16,6 +17,7 @@
|
||||
(define-key map (kbd "p") #'previous-line)
|
||||
(define-key map (kbd "RET") #'noise-chat-list-open)
|
||||
(define-key map (kbd "m") #'noise-chat-list-mark-read)
|
||||
(define-key map (kbd "c") #'noise-new-chat)
|
||||
(define-key map (kbd "g") #'noise-chat-list-refresh)
|
||||
(define-key map (kbd "/") #'noise-chat-list-filter)
|
||||
(define-key map (kbd "q") #'quit-window)
|
||||
|
||||
Reference in New Issue
Block a user