From 10daa435f7c396db8348619aee8233ce3e99d3e6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 7 Jul 2018 11:44:47 +0200 Subject: [PATCH] Document :ignore property in set-popup-rule! --- modules/ui/popup/autoload/settings.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ui/popup/autoload/settings.el b/modules/ui/popup/autoload/settings.el index 9f98b53c9..3d9d82f65 100644 --- a/modules/ui/popup/autoload/settings.el +++ b/modules/ui/popup/autoload/settings.el @@ -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