aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
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 21:36:30 +0200
commit04f7ff92335642969cf7202f7dc81ac8532684e9 (patch)
tree5402c3b3abce7900ab12cd74d6220d025abc111c /lisp/mastodon-profile.el
parentb6184b5cc445a496397d1b90aac7634c775ca9ee (diff)
text-mode for update profile note
Diffstat (limited to 'lisp/mastodon-profile.el')
-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 81e9c6b..5748fa3 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -207,6 +207,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."