From 43e3e4c8f3b9ff94b04228613a9150af3dd8e2ca Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 21 Oct 2020 16:28:46 -0400 Subject: [PATCH] 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. --- modules/os/tty/packages.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/os/tty/packages.el b/modules/os/tty/packages.el index 5f1cef5b4..52bc47581 100644 --- a/modules/os/tty/packages.el +++ b/modules/os/tty/packages.el @@ -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"))