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
|
@ -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