summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-01-20 08:29:04 -0600
committerCase Duckworth2022-01-20 08:29:04 -0600
commit04e917c834ce1654736e1eb205a1b304e559ff4a (patch)
tree75d79ff4e66eb2b883073e164626484e56e94864
parentDon't hide markdown markup (diff)
downloademacs-04e917c834ce1654736e1eb205a1b304e559ff4a.tar.gz
emacs-04e917c834ce1654736e1eb205a1b304e559ff4a.zip
Fix mode-line-bell recipe
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
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'."
1355 1355
1356(setup (:straight (mode-line-bell 1356(setup (:straight (mode-line-bell
1357 :host github :repo "purcell/mode-line-bell" 1357 :host github :repo "purcell/mode-line-bell"
1358 :fork (:host github :repo "duckwork/mode-line-bell"))) 1358 :fork (:host github :repo "duckwork/mode-line-bell"
1359 :branch "remap-face")))
1359 (:option mode-line-bell-flash-time 0.1) 1360 (:option mode-line-bell-flash-time 0.1)
1360 (mode-line-bell-mode +1)) 1361 (mode-line-bell-mode +1))
1361 1362