Fix mode-line-bell recipe

This commit is contained in:
Case Duckworth 2022-01-20 08:29:04 -06:00
parent 2341b8279d
commit 04e917c834
1 changed files with 2 additions and 1 deletions

View File

@ -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))