Skip to content

Instantly share code, notes, and snippets.

@pft
pft / gist:684603b6cc2856e41ac1
Last active March 7, 2016 19:41
Responsive lyout for mingus-mopidy branch
(defun pft/mingus-resize (&optional frame)
(let ((windows (remove nil
(list
(get-buffer-window
(get-buffer "*Mingus Browser*"))
(get-buffer-window
(get-buffer "*Mingus*"))))))
(mapc (lambda (w)
(with-selected-window
w