summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-01 15:05:07 -0600
committerCase Duckworth2022-02-01 15:05:07 -0600
commitcd7f941ff884fc82511bad3b981d431a5264539e (patch)
tree3d52e2e01d89b7b8b673f592ec96a44d7eb29ab5 /init.el
parentBuild geiser info (diff)
downloademacs-cd7f941ff884fc82511bad3b981d431a5264539e.tar.gz
emacs-cd7f941ff884fc82511bad3b981d431a5264539e.zip
Setup mode-line-bell
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 138cf00..8cd890c 100644 --- a/init.el +++ b/init.el
@@ -1507,6 +1507,7 @@ See also `crux-reopen-as-root-mode'."
1507 :host github :repo "purcell/mode-line-bell" 1507 :host github :repo "purcell/mode-line-bell"
1508 :fork (:host github :repo "duckwork/mode-line-bell" 1508 :fork (:host github :repo "duckwork/mode-line-bell"
1509 :branch "remap-face"))) 1509 :branch "remap-face")))
1510 (:face mode-line-bell ((t (:inherit mode-line-highlight))))
1510 (:option mode-line-bell-flash-time 0.1) 1511 (:option mode-line-bell-flash-time 0.1)
1511 (mode-line-bell-mode +1)) 1512 (mode-line-bell-mode +1))
1512 1513