diff options
author | Alexander Griffith <griffitaj@gmail.com> | 2017-05-12 22:53:51 -0400 |
---|---|---|
committer | Alexander Griffith <griffitaj@gmail.com> | 2017-05-12 22:53:51 -0400 |
commit | b0ead06b42ed06218e87a0bb75dae41570592423 (patch) | |
tree | bf75546562e652aef18c6e7a72fc13f3cfc04d99 /lisp/mastodon.el | |
parent | d154f9fa762a258601015b44895eed5cbbdc7d78 (diff) |
Adjusted for async image changes
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 947cc6a..0dd7f10 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -60,6 +60,16 @@ Use. e.g. \"%c\" for your locale's date and time format." :group 'mastodon :type 'string) +(defcustom mastodon-avatar-height 30 + "Height of the user avatar images (if shown)." + :group 'mastodon + :type 'integer) + +(defcustom mastodon-preview-max-height 250 + "Max height of any media attachment preview to be shown." + :group 'mastodon + :type 'integer) + (defvar mastodon-mode-map (make-sparse-keymap) "Keymap for `mastodon-mode'.") |