aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-03 21:36:10 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-03 22:07:21 +0200
commitd347107cbed62d74b33a2c1902eea87b5aa9b3af (patch)
tree2e3dd9d9508de43b37655630bb112e0e8927e4ad
parent1648b227fb6a42d1053fc1fd1b9555fab1add2c8 (diff)
text-mode for update profile note
-rw-r--r--lisp/mastodon-profile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 0458e73..260c2d3 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -221,6 +221,7 @@ JSON is the data returned by the server."
(buffer (get-buffer-create "*mastodon-update-profile*"))
(inhibit-read-only t))
(switch-to-buffer-other-window buffer)
+ (text-mode)
(setq-local header-line-format
(propertize
"Edit your profile note. C-c C-c to send, C-c C-k to cancel."