* eat.el (eat--bell): Use 'ding' instead of 'beep'

This commit is contained in:
Akib Azmain Turja 2022-11-29 00:22:39 +06:00
parent dc99739fb8
commit 9a9d9165f2
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

2
eat.el
View file

@ -5459,7 +5459,7 @@ selection, or nil if none."
(defun eat--bell (_)
"Ring the bell."
(beep t))
(ding t))
;;;;; Major Mode.