Improve set-popup-rule!'s signature
This commit is contained in:
parent
259590d54e
commit
a8532faf08
1 changed files with 3 additions and 1 deletions
|
@ -166,7 +166,9 @@ PLIST can be made up of any of the following properties:
|
||||||
An alist of custom window parameters. See `(elisp)Window Parameters'.
|
An alist of custom window parameters. See `(elisp)Window Parameters'.
|
||||||
|
|
||||||
If any of these are omitted, defaults derived from `+popup-defaults' will be
|
If any of these are omitted, defaults derived from `+popup-defaults' will be
|
||||||
used."
|
used.
|
||||||
|
|
||||||
|
\(fn PREDICATE &key IGNORE ACTIONS SIDE SIZE WIDTH HEIGHT SLOT VSLOT TTL QUIT SELECT MODELINE AUTOSAVE PARAMETERS)"
|
||||||
(declare (indent defun))
|
(declare (indent defun))
|
||||||
(push (+popup--make predicate plist) +popup--display-buffer-alist)
|
(push (+popup--make predicate plist) +popup--display-buffer-alist)
|
||||||
(when (bound-and-true-p +popup-mode)
|
(when (bound-and-true-p +popup-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue