2020-08-07 23:40:06 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; os/tty/packages.el
|
|
|
|
|
|
|
|
(if (featurep! +osc)
|
|
|
|
(package! clipetty
|
|
|
|
:recipe (:host github :repo "spudlyo/clipetty")
|
|
|
|
:pin "01b39044b9b65fa4ea7d3166f8b1ffab6f740362")
|
|
|
|
;; Despite its name, this works for macOS as well.
|
|
|
|
(package! xclip :pin "2951c6b62b29780c7a35c64601a59999b83aa145"))
|
|
|
|
|
|
|
|
(when (featurep! :editor evil)
|
2020-10-21 16:28:46 -04:00
|
|
|
(package! evil-terminal-cursor-changer
|
|
|
|
;; HACK Fix #3845: original package is abandoned. This fork fixes a breaking
|
|
|
|
;; bug that crashes the first terminal frame opened from the daemon.
|
|
|
|
:recipe (:host github :repo "kisaragi-hiu/evil-terminal-cursor-changer")
|
|
|
|
:pin "24755a18a311226933946f7218684dab5960ebc9"))
|