diff --git a/init.el b/init.el index c2096f9..b3a697b 100644 --- a/init.el +++ b/init.el @@ -633,6 +633,8 @@ in the region and indents once)." ;; allow copy from terminal (use-package xclip :config + (setq xclip-method 'wl-copy + xclip-program (symbol-name xclip-method)) (xclip-mode 1) (defun my/-xclip-detect-wl-paste-error (oldfun type) (if (eq xclip-method 'wl-copy)