mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Comment: Add NOTE
This commit is contained in:
parent
5d32a31851
commit
9c707a367b
1 changed files with 2 additions and 0 deletions
|
@ -968,6 +968,8 @@ Format defaults to `ement-room-message-format-spec', which see."
|
|||
(setf sender (concat (make-string (- ement-room-left-margin-width (string-width sender))
|
||||
? )
|
||||
sender)))
|
||||
;; NOTE: I'd like to add a help-echo function to display the sender ID, but the Emacs
|
||||
;; manual says that there is currently no way to make text in the margins mouse-sensitive.
|
||||
sender))
|
||||
(?r (ement-room--format-reactions event))
|
||||
(?t (propertize (format-time-string ement-room-timestamp-format
|
||||
|
|
Loading…
Add table
Reference in a new issue