~jakob/exwm-buffer-groups

853de6d3 — Jakob L. Kreuze 4 years ago master
Implement #'exwm-buffer-groups-kill-buffer
6719b2b4 — Jakob L. Kreuze 4 years ago
Invoke '--remove-buffers before listing buffers

"nil" has been showing up recently when I hit <C-x b>, presumably
because 'buffer-name for a dead buffer returns 'nil. No big deal, we'll
just call exwm-buffer-groups--remove-buffers before giving a list of
buffers in the completing read. This *might* not be the most elegant
solution, in which case I'll hopefully come up with something better
later on.
66065517 — Jakob L. Kreuze 4 years ago
Fix exwm-buffer-groups-move

The original version of the function didn't actually modify
'exwm-buffer-groups-buffers.
66eb1fce — Jakob L. Kreuze 4 years ago
Implement exwm-buffer-groups-switch-buffer
aff6486f — Jakob L. Kreuze 4 years ago
Implement exwm-buffer-groups-move
7e550ea5 — Jakob L. Kreuze 4 years ago
Use 'cl-lib instead of the deprecated 'cl
03f23bc8 — Jakob L. Kreuze 4 years ago
Initial commit.