simpleclip
simpleclip copied to clipboard
Emacs 27 support?
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)