Add bind to open ement notifications buffer

This commit is contained in:
Evie Litherland-Smith 2023-11-19 05:20:25 +00:00
parent 11fe4b3b3a
commit 9dcdb89495
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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)