doomemacs/modules/tools/magit
Henrik Lissner 2cc5d223fe
Rewrite how magit windows/popups are managed
The old policy was to invoke magit in fullscreen, but in practice, I've
found myself wanting to peek at other buffers (maybe even notes) while I
manage my project in version control.

So this change introduces two big changes and one fix:

+ Instead of a full-frame policy, we use full-column. e.g. Invoking
  magit-status will take up a full column of windows (and will restore
  them when you quit).
+ Popups are displayed below the current window if called from a magit
  buffer, otherwise as a popup at the bottom of the frame.
+ Fixes popups opening in a random window if called from a magit buffer
  in a popup.

This is only a start and needs more testing.
2018-08-13 21:47:56 +02:00
..
autoload.el Rewrite how magit windows/popups are managed 2018-08-13 21:47:56 +02:00
config.el Rewrite how magit windows/popups are managed 2018-08-13 21:47:56 +02:00
packages.el tools/magit: add magit-todos package 2018-07-12 18:49:13 +02:00