Remove xclip
This commit is contained in:
parent
8d6afc7e7d
commit
f8c808d785
2 changed files with 0 additions and 4 deletions
|
@ -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)))))
|
||||||
|
|
||||||
|
|
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue