aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-auth.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2023-10-30 12:44:26 +0100
committermarty hiatt <martianhiatus@riseup.net>2023-10-30 12:44:26 +0100
commitc18aee54214b47c8e0fd2c9f33441316d42f7fca (patch)
tree787aca9bad90a7ba04b36137ec7e6963deedf2ce /lisp/mastodon-auth.el
parent979f95575a140556b855bd7dfe304141576161b7 (diff)
request-auth-code: select-enable-clipboard.
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)