Skip to content

Commit

Permalink
Change: (-window-persistent-parameters) Add no-delete-other-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Jun 21, 2021
1 parent cd1715d commit c6d6aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion burly.el
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ See variable `frameset-filter-alist'."

(defcustom burly-window-persistent-parameters
(list (cons 'burly-url 'writable)
(cons 'mode-line-format 'writable))
(cons 'mode-line-format 'writable)
(cons 'no-delete-other-windows 'writable))
"Additional window parameters to persist.
See Info node `(elisp)Window Parameters'."
:type '(alist :key-type (symbol :tag "Window parameter")
Expand Down

0 comments on commit c6d6aae

Please sign in to comment.