From dea076e2d1ab1088bc17f1857c30f433072a0361 Mon Sep 17 00:00:00 2001 From: clarkenciel Date: Thu, 27 Apr 2017 19:56:10 -0700 Subject: removing Toot Text prompt, moving dangling parens --- lisp/mastodon-toot.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lisp/mastodon-toot.el') 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))) -- cgit v1.2.3