7696122/evil-terminal-cursor-changer@12ea9c0438 -> 7696122/evil-terminal-cursor-changer@2358f3e27d emacs-straight/xclip@a1ac607f75 -> emacs-straight/xclip@2dfa5fa175 - evil-terminal-cursor-changer added kitty support
13 lines
524 B
EmacsLisp
13 lines
524 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; os/tty/packages.el
|
|
|
|
(if (modulep! +osc)
|
|
(package! clipetty
|
|
:recipe (:host github :repo "spudlyo/clipetty")
|
|
:pin "01b39044b9b65fa4ea7d3166f8b1ffab6f740362")
|
|
;; Despite its name, this works for macOS as well.
|
|
(package! xclip :pin "2dfa5fa1754470253fc106b8bd55d9b2bd6702fe"))
|
|
|
|
;; NOTE Despite the evil-* prefix, evil-terminal-cursor-changer does not depend
|
|
;; on evil (anymore).
|
|
(package! evil-terminal-cursor-changer :pin "2358f3e27d89128361cf80fcfa092fdfe5b52fd8")
|