emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 406d87cc7a 07/45: display-media-p var > defcustom


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 406d87cc7a 07/45: display-media-p var > defcustom
Date: Thu, 1 Feb 2024 10:00:37 -0500 (EST)

branch: elpa/mastodon
commit 406d87cc7ad075a2c1cc2044e151eba7d8110191
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    display-media-p var > defcustom
---
 lisp/mastodon-tl.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 589f4ed8c6..db185d6ddb 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -119,6 +119,10 @@ By default fixed width fonts are used."
   :type '(boolean :tag "Enable using proportional rather than fixed \
 width fonts when rendering HTML text"))
 
+(defcustom mastodon-tl--display-media-p t
+  "A boolean value stating whether to show media in timelines."
+  :type 'boolean)
+
 (defcustom mastodon-tl--display-caption-not-url-when-no-media t
   "Display an image's caption rather than URL.
 Only has an effect when `mastodon-tl--display-media-p' is set to
@@ -200,9 +204,6 @@ If nil `(point-min)' is used instead.")
 (defvar-local mastodon-tl--after-update-marker nil
   "Marker defining the position of point after the update is done.")
 
-(defvar mastodon-tl--display-media-p t
-  "A boolean value stating whether to show media in timelines.")
-
 (defvar-local mastodon-tl--timestamp-next-update nil
   "The timestamp when the buffer should next be scanned to update the 
timestamps.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]