diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-24 23:41:03 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-24 23:41:03 -0400 |
commit | 3e79236c9309047c35fcdc6f89ef19d7eb46c197 (patch) | |
tree | 017c2c794dc855adb9744170a3840bb8a0a32240 /lisp/mastodon.el | |
parent | 9b9e0bb7c4d414ffc26a0547d1e76cd106cc58b6 (diff) |
Remove public register function
Close #69
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 8b7d148..5921e2a 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -91,13 +91,6 @@ If REPLY-TO-ID is non-nil, attach new toot to a conversation." (mastodon-toot-mode t))) ;;;###autoload -(defun mastodon-register () - "Registers mastodon.el with the Mastodon instance." - (interactive) - (progn - (mastodon--store-client-id-and-secret))) - -;;;###autoload (add-hook 'mastodon-mode-hook (lambda () (when (require 'emojify nil :noerror) (emojify-mode t)))) |