diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-04 20:31:21 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-04 20:31:21 +0200 |
commit | 0812e60c6fef4ff251f45689f02e3e67d55d9f46 (patch) | |
tree | 87fed81c01acb430bc08cc8c0f605a5350f05bea /lisp/mastodon-toot.el | |
parent | e9feadee56f66d34bf4711ff792d537b3e1b9f64 (diff) |
rename prop fonts in compose buffer custom
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index ec4a0d1..42b083e 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -148,7 +148,7 @@ If the original toot visibility is different we use the more restricted one." "Whether to enable your instance's custom emoji by default." :type 'boolean) -(defcustom mastodon-toot--enable-proportional-fonts-compose-buffer nil +(defcustom mastodon-toot--proportional-fonts-compose nil "Nonnil to enable using proportional fonts in the compose buffer. By default fixed width fonts are used." :type '(boolean :tag "Enable using proportional rather than fixed \ |