diff options
author | Case Duckworth | 2022-02-01 15:05:07 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-01 15:05:07 -0600 |
commit | cd7f941ff884fc82511bad3b981d431a5264539e (patch) | |
tree | 3d52e2e01d89b7b8b673f592ec96a44d7eb29ab5 | |
parent | Build geiser info (diff) | |
download | emacs-cd7f941ff884fc82511bad3b981d431a5264539e.tar.gz emacs-cd7f941ff884fc82511bad3b981d431a5264539e.zip |
Setup mode-line-bell
-rw-r--r-- | init.el | 1 |
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 | ||