Open dpriskorn opened 4 years ago
executing simpleclip-paste shows Clipboard support not available on the minibuffer
simpleclip-paste
Clipboard support not available
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)
executing
simpleclip-paste
showsClipboard support not available
on the minibufferI have this on my init.el as an alternative: