diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-31 08:43:13 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-31 08:43:13 +0100 |
commit | c241b0ba9d809157aa4bca659a6a2cc04f362932 (patch) | |
tree | 2492c180b0028a1df1751445ca1b66e6ba863bbc /lisp/mastodon-widget.el | |
parent | 16c4ddcd693068c738ae4bb271c60841f1912f4c (diff) | |
parent | 1e18934c705514dc3aad6170a50cd5875dab86bf (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-widget.el')
-rw-r--r-- | lisp/mastodon-widget.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-widget.el b/lisp/mastodon-widget.el index a326800..a576672 100644 --- a/lisp/mastodon-widget.el +++ b/lisp/mastodon-widget.el @@ -45,7 +45,8 @@ Note that such modes will need to require wid-edit.") (defface mastodon-widget-face '((t :inherit font-lock-function-name-face :weight bold :underline t)) - "Face for widgets.") + "Face for widgets." + :group 'mastodon) (defun mastodon-widget--return-item-widgets (list) "Return a list of item widgets for each item, a string, in LIST." |