diff options
author | Alexander Griffith <griffitaj@gmail.com> | 2017-05-13 11:03:34 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-05-15 09:38:29 -0400 |
commit | 501dac1b49f4af93ddbbed5f2803c678736e26a2 (patch) | |
tree | 0e0add4b5a4f5636020600d61938e6d05a64ce1a | |
parent | bd38704ec5eac5ede5f360d7535a44fbad86d976 (diff) |
removed accidentally duplicated mastodon-mode-hook
-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.") |