WIP: Buttonize room names

This commit is contained in:
Adam Porter 2022-03-29 03:02:00 -05:00
parent 324b4c725e
commit 539cfe570b

View file

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