aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorclarkenciel <clarkenciel@gmail.com>2017-04-27 19:56:10 -0700
committerJohnson Denen <johnson.denen@gmail.com>2017-04-28 14:48:54 -0400
commiteea390b070ded93c0ab606a2db82e0b70664b813 (patch)
tree1a1bf9ee49ec061410457a6e5d5f1e93df9ae86f /lisp
parentcd1d0a78a3fc8649648c20ef1f3780a37a1b80c5 (diff)
removing Toot Text prompt, moving dangling parens
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-toot.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 6e70f8b..09fd264 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -162,8 +162,7 @@ Set `mastodon-toot--content-warning' to nil."
"=================================================================\n"
"Compose a new toot here. The following keybindings are available:"
(mastodon-toot--format-kbinds kbinds)
- "\n=================================================================\n"
- "Toot Text:\n\n")))
+ "\n=================================================================\n\n")))
(defun mastodon-toot--display-docs ()
"Display documentation about mastodon-toot mode."
@@ -187,8 +186,7 @@ If REPLY-TO-ID is provided, set the MASTODON-TOOT--REPLY-TO-ID var."
(switch-to-buffer-other-window buffer)
(mastodon-toot--display-docs)
(mastodon-toot--setup-as-reply reply-to-user reply-to-id)
- (mastodon-toot-mode t)
- ))
+ (mastodon-toot-mode t)))
(defvar mastodon-toot-mode-map
(let ((map (make-sparse-keymap)))