I recently started using spacemacs/emacs, and encountered the following problem:
When I enable popwin-mode I would expect popup windows to get handled by popwin. However, when I run occur (M-x occur), it seems to not be - the buffer with the occur results always gets opened in another buffer either to the left or right of the current one. And can not be closed with C-g, as advertised.
Having set popwin-window-position to bottom, I would also expect occur to open a new buffer below the current one. But, as I said, it does not.
Could anyone help me fix whatever is the problem here?