emacs-straight/xclip@ef2ad92f31 -> emacs-straight/xclip@4772beb557 kisaragi-hiu/evil-terminal-cursor-changer@24755a18a3 -> 7696122/evil-terminal-cursor-changer@12ea9c0438 Fix: #6551 Close: #6565 Co-authored-by: basaran <basaran@users.noreply.github.com>
13 lines
525 B
EmacsLisp
13 lines
525 B
EmacsLisp
;; -*- 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 "4772beb5579e13910c89c482a2e41271253c646b"))
|
|
|
|
;; NOTE Despite the evil-* prefix, evil-terminal-cursor-changer does not depend
|
|
;; on evil (anymore).
|
|
(package! evil-terminal-cursor-changer :pin "12ea9c0438c67e560b3866dc78b5c7d1d93f8cc5")
|