diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-08 14:09:36 -0400 |
---|---|---|
committer | jdenen <Johnson.Denen@ascenaretail.com> | 2017-04-09 08:55:37 -0400 |
commit | 787e432ca387827a5feb3760dc0ee043a86a3207 (patch) | |
tree | 8cbfb20576aa802ac0a5b8954a58d8af7ce8aa38 /lisp/mastodon-toot.el | |
parent | cce134294df7021e94b414ced616741ee6a4ffcb (diff) |
Move entry functions to mastodon.el
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index eb82f12..7744cdd 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -5,13 +5,6 @@ "Capture Mastodon toots." :group 'mastodon) -(defun mastodon-new-toot () - "Updates a Mastodon instance with new toot. Content is captured in a new buffer." - (interactive) - (progn - (switch-to-buffer-other-window (get-buffer-create "*new toot*")) - (mastodon-toot-mode t))) - (defun mastodon-toot--send-triage (status) "Callback function to triage toot POST. |