diff --git a/core/core-editor.el b/core/core-editor.el index b95cebce4..700e0204e 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -166,9 +166,6 @@ possible." (unless IS-WINDOWS (add-hook! 'tty-setup-hook (defun doom-init-clipboard-in-tty-emacs-h () - (and (not (getenv "SSH_CONNECTION")) - (require 'xclip nil t) - (xclip-mode +1)) (and (require 'clipetty nil t) (global-clipetty-mode +1))))) diff --git a/core/packages.el b/core/packages.el index ade4e95ae..0b759c88e 100644 --- a/core/packages.el +++ b/core/packages.el @@ -35,7 +35,6 @@ :recipe (:host github :repo "hlissner/ws-butler") :pin "2bb49d3ee7") (unless IS-WINDOWS - (package! xclip :pin "d022cf947d") (package! clipetty :recipe (:host github :repo "spudlyo/clipetty") :pin "fda5a80cf4"))