Variable: eglot-confirm-server-initiated-edits

eglot-confirm-server-initiated-edits is a customizable variable defined in eglot.el.gz.

Value

confirm

Documentation

Non-nil if server-initiated edits should be confirmed with user.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defcustom eglot-confirm-server-initiated-edits 'confirm
  "Non-nil if server-initiated edits should be confirmed with user."
  :type '(choice (const :tag "Don't show confirmation prompt" nil)
                 (const :tag "Show confirmation prompt" confirm)))