Skip to content

Instantly share code, notes, and snippets.

@nyx
Created December 10, 2011 18:08
Show Gist options
  • Save nyx/1455797 to your computer and use it in GitHub Desktop.
Save nyx/1455797 to your computer and use it in GitHub Desktop.
(defun my-visible-bell ()
(set-face-background 'mode-line "red")
(run-at-time "0.1 sec" nil
'(lambda ()
(set-face-background 'mode-line "#e2962f"))))
(setq ring-bell-function #'my-visible-bell)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment