mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #3845: first tty frame crashes from daemon
PR for this exists upstream at 7696122/evil-terminal-cursor-changer#22, but will likely never be merged (the package has been abandoned), so we switch to the PR's repo.
This commit is contained in:
@ -9,4 +9,8 @@
|
||||
(package! xclip :pin "2951c6b62b29780c7a35c64601a59999b83aa145"))
|
||||
|
||||
(when (featurep! :editor evil)
|
||||
(package! evil-terminal-cursor-changer :pin "b49ca4393d2f3cc6014174950059b36a5cb22949"))
|
||||
(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"))
|
||||
|
Reference in New Issue
Block a user