Remove xclip

This commit is contained in:
Henrik Lissner 2020-04-08 22:06:38 -04:00
parent 8d6afc7e7d
commit f8c808d785
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 4 deletions

View file

@ -166,9 +166,6 @@ possible."
(unless IS-WINDOWS (unless IS-WINDOWS
(add-hook! 'tty-setup-hook (add-hook! 'tty-setup-hook
(defun doom-init-clipboard-in-tty-emacs-h () (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) (and (require 'clipetty nil t)
(global-clipetty-mode +1))))) (global-clipetty-mode +1)))))

View file

@ -35,7 +35,6 @@
:recipe (:host github :repo "hlissner/ws-butler") :recipe (:host github :repo "hlissner/ws-butler")
:pin "2bb49d3ee7") :pin "2bb49d3ee7")
(unless IS-WINDOWS (unless IS-WINDOWS
(package! xclip :pin "d022cf947d")
(package! clipetty (package! clipetty
:recipe (:host github :repo "spudlyo/clipetty") :recipe (:host github :repo "spudlyo/clipetty")
:pin "fda5a80cf4")) :pin "fda5a80cf4"))