diff --git a/eat.el b/eat.el index c2aaf33..3c91ded 100644 --- a/eat.el +++ b/eat.el @@ -5459,7 +5459,7 @@ selection, or nil if none." (defun eat--bell (_) "Ring the bell." - (beep t)) + (ding t)) ;;;;; Major Mode.