mirror of
https://github.com/vale981/ement.el
synced 2025-03-06 01:31:41 -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))
|
(setf sender (concat (make-string (- ement-room-left-margin-width (string-width sender))
|
||||||
? )
|
? )
|
||||||
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))
|
sender))
|
||||||
(?r (ement-room--format-reactions event))
|
(?r (ement-room--format-reactions event))
|
||||||
(?t (propertize (format-time-string ement-room-timestamp-format
|
(?t (propertize (format-time-string ement-room-timestamp-format
|
||||||
|
|
Loading…
Add table
Reference in a new issue