mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Fix: (ement-room-list-avatars) Default to (display-graphic-p)
Fixes #85. Thanks to @jfmcbrayer for reporting.
This commit is contained in:
parent
d36f70671c
commit
74a8be013d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue