(load "sound")
(setq bell-volume 75)
(when (device-sound-enabled-p)
(load-sound-file "low-smash" 'auto-save-error)
(load-sound-file "bark" 'command-error)
(load-sound-file "slap" 'undefined-key)
(load-sound-file "slap" 'undefined-click)
(load-sound-file "clink" 'no-completion)
(load-sound-file "bong" 'y-or-n-p)
(load-sound-file "explosion" 'yes-or-no-p)
(load-sound-file "drip" 'buffer-bound)
(load-sound-file "whip" 'read-only)
(load-sound-file "bass-snap" 'default)
(load-sound-file "yeep" 'quit 40)
(load-sound-file "drum-beep" 'isearch-failed)
(load-sound-file "bass-snap" 'isearch-quit)
(load-sound-file "slap" 'ready)
(load-sound-file "return" 'warp)
(load-sound-file "cuckoo" 'alarm))
(message "sounds loaded")
Copyright © 2003 Steve Youngs
Verbatim copying and distribution is permitted in any medium,
providing this notice is preserved.
Last modified: Sat Oct 18 02:15:39 EST 2003