Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs 27 support? #14

Open
dpriskorn opened this issue Aug 10, 2020 · 1 comment
Open

Emacs 27 support? #14

dpriskorn opened this issue Aug 10, 2020 · 1 comment

Comments

@dpriskorn
Copy link

No description provided.

@beluchin
Copy link

beluchin commented Feb 9, 2023

executing simpleclip-paste shows Clipboard support not available on the minibuffer

I have this on my init.el as an alternative:

(setq x-select-enable-clipboard nil)
;; copy/paste from the system keyboard
(global-set-key (kbd "C-c w") 'clipboard-kill-ring-save)
(global-set-key (kbd "C-c y") 'clipboard-yank)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants