Add bind to jump to space in ement
This commit is contained in:
parent
b0b981b013
commit
fd05e7c703
|
@ -861,6 +861,7 @@
|
|||
("C-c m j" . ement-room-join)
|
||||
("C-c m l" . ement-room-leave)
|
||||
("C-c m v" . ement-room-view)
|
||||
("C-c m s" . ement-view-space)
|
||||
("C-c m c" . my/ement-connect-pantalaimon))
|
||||
:custom
|
||||
(ement-save-sessions t))
|
||||
|
|
|
@ -993,6 +993,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
("C-c m j" . ement-room-join)
|
||||
("C-c m l" . ement-room-leave)
|
||||
("C-c m v" . ement-room-view)
|
||||
("C-c m s" . ement-view-space)
|
||||
("C-c m c" . my/ement-connect-pantalaimon))
|
||||
:custom
|
||||
(ement-save-sessions t))
|
||||
|
|
Loading…
Reference in a new issue