mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Change: (ement-room--format-m.image) Relief, margin, pointer
This looks a bit nicer, and it conveys that the image is clickable.
This commit is contained in:
parent
be5d68cd2c
commit
b00fb58673
1 changed files with 4 additions and 1 deletions
|
@ -3524,7 +3524,10 @@ show it in the buffer."
|
|||
;; FIXME: When requiring Emacs 27+, remove this (I guess?).
|
||||
(setf (image-property image :type) 'imagemagick))
|
||||
(setf (image-property image :max-width) max-width
|
||||
(image-property image :max-height) max-height)
|
||||
(image-property image :max-height) max-height
|
||||
(image-property image :relief) 2
|
||||
(image-property image :margin) 5
|
||||
(image-property image :pointer) 'hand)
|
||||
(concat "\n"
|
||||
(propertize " " 'display image
|
||||
'keymap ement-room-image-keymap)))
|
||||
|
|
Loading…
Add table
Reference in a new issue