aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-04 20:31:08 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-04 20:31:08 +0200
commite9feadee56f66d34bf4711ff792d537b3e1b9f64 (patch)
tree45ba3163b472b72ae0bf2dd01be335ba2ee2fb4a /lisp/mastodon.el
parent497c92aa55675b23b4a5f8a429f631795685482d (diff)
remove old var-pitch-mode code
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index f52579c..4662010 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -242,9 +242,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
"Face used for content warning.")
(defface mastodon-toot-docs-face
- `((t :inherit font-lock-comment-face
- :height 1.0
- :family ,(face-attribute 'default :family)))
+ `((t :inherit font-lock-comment-face))
"Face used for documentation in toot compose buffer.
If `mastodon-tl--enable-proportional-fonts' is changed,
mastodon.el needs to be re-loaded for this to be correctly set.")