diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-14 15:16:41 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-14 15:16:55 +0100 |
commit | a7115bf7eb1339ef85f10028ea8c4b6214aedaad (patch) | |
tree | ac206fee8a4259f1beb6cbff286b61658008a7fd | |
parent | d5883843fc82e1ba357d8561ce18434f1775307b (diff) |
remove commented --show-avatars var
-rw-r--r-- | lisp/mastodon-tl.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index a312c0c..e8b94d7 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -106,12 +106,6 @@ width fonts when rendering HTML text")) :group 'mastodon-tl :type '(boolean :tag "Whether to display user avatars in timelines")) -;; (defvar mastodon-tl--show-avatars nil -;; (if (version< emacs-version "27.1") -;; (image-type-available-p 'imagemagick) -;; (image-transforms-p)) -;; "A boolean value stating whether to show avatars in timelines.") - (defvar-local mastodon-tl--update-point nil "When updating a mastodon buffer this is where new toots will be inserted. |