mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Initialization of the popup rules now happens later (on doom-init-ui-hook). The two new options are: + +popup-enable-fallback-rules: the popup module defines two catch-all fallback rules for buffers that match "^ \\*" and "^\\*". By setting this option to nil, you can disable that behavior, in case you want to set them yourself. + +popup-enable-default-rules: setting this to nil disable all default popup rules for various essential Emacs and Doom buffers that should be treated as popups.