aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-auth.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2023-10-30 19:54:12 +0100
committermarty hiatt <martianhiatus@riseup.net>2023-10-30 19:54:12 +0100
commitcf7b3710c682cbad444016ab7f9b9639cef84453 (patch)
treefd482f96947d5d1c530129546a83394a8866a971 /lisp/mastodon-auth.el
parentd8bd51da807633a3a55923fe00aa0eb1141a3df1 (diff)
parent40e8123b84ce54100a818e6b19507d3a492614f6 (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r--lisp/mastodon-auth.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el
index 5069271..5867b97 100644
--- a/lisp/mastodon-auth.el
+++ b/lisp/mastodon-auth.el
@@ -134,6 +134,7 @@ When ASK is absent return nil."
(defun mastodon-auth--request-authorization-code ()
"Ask authorization code and return it."
(let ((url (mastodon-auth--get-browser-login-url))
+ (select-enable-clipboard t)
authorization-code)
(kill-new url)
(message "%s" url)