mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 17:21:41 -05:00
WIP: Buttonize room names
This commit is contained in:
parent
324b4c725e
commit
539cfe570b
1 changed files with 4 additions and 1 deletions
|
@ -173,7 +173,10 @@
|
||||||
('invite
|
('invite
|
||||||
(setf (map-elt face :inherit) (cons 'ement-room-list-invited
|
(setf (map-elt face :inherit) (cons 'ement-room-list-invited
|
||||||
(map-elt face :inherit)))))
|
(map-elt face :inherit)))))
|
||||||
(propertize display-name 'face face))
|
(propertize (button-buttonize display-name #'ement-taxy-mouse-1)
|
||||||
|
'face face
|
||||||
|
'mouse-face 'highlight)
|
||||||
|
)
|
||||||
"")))
|
"")))
|
||||||
|
|
||||||
(ement-taxy-define-column "Topic" (:max-width 35)
|
(ement-taxy-define-column "Topic" (:max-width 35)
|
||||||
|
|
Loading…
Add table
Reference in a new issue