Merge pull request #4433 from yangsheng6810/fix-xclip-not-found

Do not panic when xclip is not available
This commit is contained in:
Henrik Lissner
2020-12-15 04:14:40 -05:00
committed by GitHub

View File

@@ -22,7 +22,7 @@
;; wl-copy, termux-clipboard-get, or getclip (cygwin); depending on what
;; is available.
(and (require 'xclip nil t)
(xclip-mode +1)))))
(with-demoted-errors "%s" (xclip-mode +1))))))
(when (featurep! :editor evil)
;; Fix cursor shape-changing in the terminal. Only supported in XTerm, Gnome