Skip to content

Instantly share code, notes, and snippets.

@syl20bnr
Created May 4, 2013 03:44
Show Gist options
  • Save syl20bnr/5516054 to your computer and use it in GitHub Desktop.
Save syl20bnr/5516054 to your computer and use it in GitHub Desktop.
popwin mode configuration working with helm.
(require 'popwin)
(setq display-buffer-function 'popwin:display-buffer)
(push '("^\*helm .+\*$" :regexp t) popwin:special-display-config)
(push '("^\*helm-.+\*$" :regexp t) popwin:special-display-config)
@lionel-
Copy link

lionel- commented Sep 14, 2015

I think nowadays we also need (setq helm-split-window-preferred-function 'ignore).
It wasn't working well until I set this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment