Fix: (ement-room-list-avatars) Default to (display-graphic-p)

Fixes #85.  Thanks to @jfmcbrayer for reporting.
This commit is contained in:
Adam Porter 2022-09-01 03:57:41 -05:00
parent d36f70671c
commit 74a8be013d

View file

@ -77,7 +77,7 @@ Set automatically when `ement-room-list-mode' is activated.")
"Automatically update the room list buffer."
:type 'boolean)
(defcustom ement-room-list-avatars t
(defcustom ement-room-list-avatars (display-graphic-p)
"Show room avatars in the room list."
:type 'boolean)