Variable: evil-search-wrap-ring-bell
evil-search-wrap-ring-bell is a customizable variable defined in
evil-vars.el.
Value
nil
Documentation
Whether to ring the bell when search wraps around the buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-search-wrap-ring-bell nil
"Whether to ring the bell when search wraps around the buffer."
:type 'boolean
:group 'evil)