mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Remove xclip
This commit is contained in:
@ -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"))
|
||||||
|
Reference in New Issue
Block a user