diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-10-30 12:44:26 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-10-30 12:44:26 +0100 |
commit | c18aee54214b47c8e0fd2c9f33441316d42f7fca (patch) | |
tree | 787aca9bad90a7ba04b36137ec7e6963deedf2ce /lisp/mastodon-auth.el | |
parent | 979f95575a140556b855bd7dfe304141576161b7 (diff) |
request-auth-code: select-enable-clipboard.
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r-- | lisp/mastodon-auth.el | 1 |
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) |