frames-only-mode
frames-only-mode copied to clipboard
Make emacs play nicely with tiling window managers by setting it up to use frames rather than windows
New frame for compile buffer does not open if the compile buffer is displayed in another workspace
Hi there, great package! Some minor issues that you may already have fixes for: - maybe we could turn the org-capture window into a frame (which I would set to...
Fairly recent (nearly 26.1) version of emacs built from git: GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 2.24.31) of 2017-10-16
## Reproducing Try to compile (`C-c C-c`) in Auctex mode, the following latex doc for instance: ```latex \documentclass{article} \begin{document} \thiscommanddoesnotexist \end{document} ``` This will give an error. When I look...
By default, `corfu-popupinfo-mode`'s popup window appears as a new frame rather than a proper popup. Adding `corfu-popupinfo--show` to the list of functions to ignore seems to fix the issue. Not...
`project.el` keybindings like `C-x 4 p` (`project-other-window-command`) don't open in a new frame. ## Reproducing 1. `emacs -q` 2. `load-library RET ~/.emacs.d/elpa/frames-only-mode-20240213.2142/frames-only-mode-autoloads.el RET` 3. `frames-only-mode` 4. `load-library RET project RET`...
## Reproducing Frames only mode doesn't open a new window when I split. It's probably my [config](https://gist.github.com/FFFluoride/6fd0bdcb5c9b0759bfd60e453b565997) though. ## Other useful info * Emacs version: 29.4 * frames-only-mode version: latest...
Thank you for reporting a bug. **Checklist:** - [x] Using the latest stable release of Emacs 30.1 - [x] Started with `emacs -Q` or `package-isolate` - [x] All related packages...
Hello there! I'm on Emacs 30.1. I noticed that, when calling `org-capture`, an additional frame gets opened, but the original frame splits into two windows to show the capture buffer...