diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-29 17:09:50 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-29 17:09:50 +0100 |
commit | f3602493dadeac6b19558c3655fbd5fbb1125107 (patch) | |
tree | 8b9849b388924766ac47b3cdc302de3ac3625b71 /lisp/mastodon-notifications.el | |
parent | 8446f239bb5cfe55511e43b8b3d938d67d6e1aa3 (diff) |
fix notifs custom group
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 34aeb9d..fde57f5 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -64,7 +64,7 @@ (autoload 'mastodon-tl--symbol "mastodon-tl") (autoload 'mastodon-tl--display-or-uname "mastodon-tl") -(defgroup mastodon-tl nil +(defgroup mastodon-notifications nil "Nofications in mastodon.el." :prefix "mastodon-notifications-" :group 'mastodon) |