mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Change: (ement-room-list) Right-align timestamps
This commit is contained in:
parent
d04c894bf9
commit
291048be93
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ call `pop-to-buffer'."
|
|||
(list "Latest"
|
||||
(if ement-room-list-simplify-timestamps
|
||||
6 20)
|
||||
#'ement-room-list-latest<)
|
||||
#'ement-room-list-latest<
|
||||
:right-align t)
|
||||
'("Members" 7 ement-room-list-members<)
|
||||
;; '("P" 1 t) '("Tags" 15 t)
|
||||
'("Session" 15 t))
|
||||
|
|
Loading…
Add table
Reference in a new issue