feature/popup: reduce state in window parameters & fix popup continuity
+ Fix list where cons should be + Update +popup-window-parameters docstring + Use display-buffer instead of +popup-buffer (no need to remember alist). This ensures restored popups (with +popup/restore) are truly identical to their former selves.
This commit is contained in:
parent
25ec2bdcbb
commit
eef808d795
2 changed files with 7 additions and 7 deletions
|
@ -32,9 +32,9 @@ Modifying this has no effect, unless done before feature/popup loads.
|
|||
CDR can be t (show the default modeline), a symbol representing the name of a
|
||||
modeline defined with `def-modeline!', or nil (show no modeline).
|
||||
|
||||
(popup . BOOL)
|
||||
If CDR is non-nil, this window is identified as a popup window. For internal
|
||||
use! Do not change this.
|
||||
(popup . t)
|
||||
This is for internal use, do not change this. It simply marks a window as a
|
||||
popup window.
|
||||
|
||||
Since I can't find this information anywhere but the Emacs manual, I'll include
|
||||
a brief description of some native window parameters that Emacs uses:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue