Merge pull request #2734 from Shooooooooo/develop
Add clipetty for TTY users.
This commit is contained in:
commit
3264e73a66
2 changed files with 7 additions and 2 deletions
|
@ -144,7 +144,9 @@ possible."
|
|||
(defun doom-init-clipboard-in-tty-emacs-h ()
|
||||
(and (not (getenv "SSH_CONNECTION"))
|
||||
(require 'xclip nil t)
|
||||
(xclip-mode +1)))))
|
||||
(xclip-mode +1))
|
||||
(and (require 'clipetty nil t)
|
||||
(global-clipetty-mode +1)))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
|
@ -34,7 +34,10 @@
|
|||
:recipe (:host github :repo "hlissner/ws-butler")
|
||||
:pin "2bb49d3ee7")
|
||||
(unless IS-WINDOWS
|
||||
(package! xclip :pin "d022cf947d"))
|
||||
(package! xclip :pin "d022cf947d")
|
||||
(package! clipetty
|
||||
:recipe (:host github :repo "spudlyo/clipetty")
|
||||
:pin "fda5a80cf4"))
|
||||
|
||||
;; core-projects.el
|
||||
(package! projectile :pin "588692ad56")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue