Variable: aw-empty-buffers-list

aw-empty-buffers-list is a variable defined in ace-window.el.

Value

nil

Documentation

Store the read-only empty buffers which had to be modified.

Modify them back eventually.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defvar aw-empty-buffers-list nil
  "Store the read-only empty buffers which had to be modified.
Modify them back eventually.")