summaryrefslogtreecommitdiff
path: root/modules/popper-config.el
Commit message (Collapse)AuthorAgeFilesLines
* chore:popper-config: disable popper and comment out MessagesCraig Jennings2025-11-091-1/+3
| | | | | | Disable the use-package for popper and comment out the *Messages* buffer in the popper-reference-buffers list to prevent popper from managing it.
* feat:popper: Add async-native-compile-log buffer to popup rulesCraig Jennings2025-10-271-0/+1
| | | | | Include the `*Async-native-compile-log*` buffer in the list of popup rules for improved buffer management.
* feat: modules: Add popper-config for popup window managementCraig Jennings2025-10-221-0/+41
Introduce popper-config.el to manage secondary buffers as popup windows using popper.el. This configuration includes keybindings for toggling, cycling, and promoting popups, and sets up popper with specific buffer references and display settings. This enhances the user experience by managing secondary buffers efficiently.