feature/popup: fix 'unsupported map' error when disabling +popup-mode
This commit is contained in:
parent
a34086b7ee
commit
27255d891e
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ Uses `shrink-window-if-larger-than-buffer'."
|
||||||
window--sides-inhibit-check nil)
|
window--sides-inhibit-check nil)
|
||||||
(+popup|cleanup-rules)
|
(+popup|cleanup-rules)
|
||||||
(dolist (prop +popup-window-parameters)
|
(dolist (prop +popup-window-parameters)
|
||||||
(map-delete prop window-persistent-parameters)))))
|
(map-delete window-persistent-parameters prop)))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(define-minor-mode +popup-buffer-mode
|
(define-minor-mode +popup-buffer-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue