rolandwalker / simpleclip

Simplified access to the system clipboard in Emacs.
174 stars 16 forks source link

Emacs 27 support? #14

Open dpriskorn opened 4 years ago

beluchin commented 1 year ago

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)