1

I just started on GNU emacs, but I want to close the sound (windows not-allowed sound?) when I try to scroll end of buffer, or beginning of buffer. I searched options page (or prefereces) in emacs, I can't find it. Anyone know any solution (excepts closing speaker :)

Yahya Gedik
  • 97
  • 1
  • 12
  • 1
    Possible duplicate of [How to disable the beep in emacs on Windows](http://stackoverflow.com/questions/10545437/how-to-disable-the-beep-in-emacs-on-windows) – Peter Duniho Aug 23 '16 at 15:59

1 Answers1

2

Add (setq visible-bell t) to your .emacs

djangoliv
  • 1,698
  • 14
  • 26