Function: ace-delete-other-windows

ace-delete-other-windows is an autoloaded, interactive and byte-compiled function defined in ace-window.el.

Signature

(ace-delete-other-windows)

Documentation

Ace delete other windows.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
;;;###autoload
(defun ace-delete-other-windows ()
  "Ace delete other windows."
  (interactive)
  (aw-select " Ace - Delete Other Windows"
             #'delete-other-windows))