mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Add: (ement-room--buffer) Set list-buffers-directory
Especially useful when used with bufler-list.
This commit is contained in:
parent
f3f343bb6b
commit
9eaf997b36
1 changed files with 2 additions and 0 deletions
|
@ -901,6 +901,8 @@ data slot."
|
|||
(setf header-line-format 'ement-room-header-line-format
|
||||
ement-session session
|
||||
ement-room room
|
||||
list-buffers-directory (or (ement-room-canonical-alias room)
|
||||
(ement-room-id room))
|
||||
;; Track buffer in room's slot.
|
||||
(map-elt (ement-room-local ement-room) 'buffer) (current-buffer))
|
||||
(add-hook 'kill-buffer-hook
|
||||
|
|
Loading…
Add table
Reference in a new issue