Document :ignore property in set-popup-rule!

This commit is contained in:
Henrik Lissner 2018-07-07 11:44:47 +02:00
parent 1a068f82f1
commit 10daa435f7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -61,6 +61,11 @@ or b) a function that takes no arguments and returns a boolean.
PLIST can be made up of any of the following properties:
:ignore BOOL
If BOOL is non-nil, popups matching PREDICATE will not be handled by the popup
system. Use this for buffers that have their own window management system like
magit or helm.
:actions ACTIONS
ACTIONS is a list of functions or an alist containing (FUNCTION . ALIST). See
`display-buffer''s second argument for more information on its format and what