mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-27 07:10:57 -07:00
Some were outdated, some were incorrectly labeled, others were already completed, some were missing... Gotta fix them all. Also, in :ui hl-todo, there are comments that describe how Doom uses each of these annotations; those have been updated.
15 lines
578 B
EmacsLisp
15 lines
578 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 "9ab22517f3f2044e1c8c19be263da9803fbca26a"))
|
|
|
|
;; Despite the evil-* prefix, evil-terminal-cursor-changer does not depend on
|
|
;; evil (anymore).
|
|
(package! evil-terminal-cursor-changer :pin "2358f3e27d89128361cf80fcfa092fdfe5b52fd8")
|
|
|
|
(package! kkp :pin "1a7b4f395aa4e1e04afc45fe2dbd6a045871803b")
|