From 04e917c834ce1654736e1eb205a1b304e559ff4a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 20 Jan 2022 08:29:04 -0600 Subject: Fix mode-line-bell recipe --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 235e030..b930513 100644 --- a/init.el +++ b/init.el @@ -1355,7 +1355,8 @@ See also `crux-reopen-as-root-mode'." (setup (:straight (mode-line-bell :host github :repo "purcell/mode-line-bell" - :fork (:host github :repo "duckwork/mode-line-bell"))) + :fork (:host github :repo "duckwork/mode-line-bell" + :branch "remap-face"))) (:option mode-line-bell-flash-time 0.1) (mode-line-bell-mode +1)) -- cgit 1.4.1-21-gabe81