summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-01 19:25:44 -0600
committerCase Duckworth2022-01-01 19:25:44 -0600
commit5fc5d1919ee6f167093be98b2c1444dc5836dbe8 (patch)
tree45a1847e0edcb0794a336e9a91860e8ae4b787ac /init.el
parentAlways do recursive stuff (diff)
downloademacs-5fc5d1919ee6f167093be98b2c1444dc5836dbe8.tar.gz
emacs-5fc5d1919ee6f167093be98b2c1444dc5836dbe8.zip
Fork mode-line-bell
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 2b7f0f4..e57f321 100644 --- a/init.el +++ b/init.el
@@ -823,7 +823,8 @@ See also `crux-reopen-as-root-mode'."
823 '(tracking-mode)) 823 '(tracking-mode))
824 (minions-mode +1)) 824 (minions-mode +1))
825 825
826(setup (:straight mode-line-bell) 826(setup (:straight (mode-line-bell
827 :fork (:host github :repo "duckwork/mode-line-bell")))
827 (:option mode-line-bell-flash-time 0.1) 828 (:option mode-line-bell-flash-time 0.1)
828 (mode-line-bell-mode +1)) 829 (mode-line-bell-mode +1))
829 830