aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authorAlexander Griffith <griffitaj@gmail.com>2017-05-13 11:03:34 -0400
committerAlexander Griffith <griffitaj@gmail.com>2017-05-13 11:03:34 -0400
commit58e88a3c1389546e4eac3be9e3de6ed1060175f2 (patch)
tree0e0add4b5a4f5636020600d61938e6d05a64ce1a /lisp/mastodon.el
parent99f720964dea03651890ee1e2cddff3ab186b962 (diff)
removed accidentally duplicated mastodon-mode-hook
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el6
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.")