mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Do not panic when xclip is not available
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
;; wl-copy, termux-clipboard-get, or getclip (cygwin); depending on what
|
;; wl-copy, termux-clipboard-get, or getclip (cygwin); depending on what
|
||||||
;; is available.
|
;; is available.
|
||||||
(and (require 'xclip nil t)
|
(and (require 'xclip nil t)
|
||||||
(xclip-mode +1)))))
|
(with-demoted-errors "%s" (xclip-mode +1))))))
|
||||||
|
|
||||||
(when (featurep! :editor evil)
|
(when (featurep! :editor evil)
|
||||||
;; Fix cursor shape-changing in the terminal. Only supported in XTerm, Gnome
|
;; Fix cursor shape-changing in the terminal. Only supported in XTerm, Gnome
|
||||||
|
Reference in New Issue
Block a user