diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 92220dc..d17eba4 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -82,12 +82,6 @@ Use. e.g. \"%c\" for your locale's date and time format." :options '(provide-discover-context-menu) :group 'mastodon) -(defcustom mastodon-mode-hook nil - "Hook run when entering Mastodon mode." - :type 'hook - :options '(provide-discover-context-menu) - :group 'mastodon) - (defface mastodon-handle-face '((t :inherit default)) "Face used for user display names.") |