Add bind to open ement notifications buffer
This commit is contained in:
parent
11fe4b3b3a
commit
9dcdb89495
|
@ -680,6 +680,7 @@
|
|||
:ensure t
|
||||
:commands ement-connect
|
||||
:bind (("C-c m m" . ement-list-rooms)
|
||||
("C-c m n" . ement-notifications)
|
||||
("C-c m j" . ement-room-join)
|
||||
("C-c m l" . ement-room-leave)
|
||||
("C-c m v" . ement-room-view)
|
||||
|
|
|
@ -805,6 +805,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
:ensure t
|
||||
:commands ement-connect
|
||||
:bind (("C-c m m" . ement-list-rooms)
|
||||
("C-c m n" . ement-notifications)
|
||||
("C-c m j" . ement-room-join)
|
||||
("C-c m l" . ement-room-leave)
|
||||
("C-c m v" . ement-room-view)
|
||||
|
|
Loading…
Reference in a new issue