Skip to content

Instantly share code, notes, and snippets.

@emaxerrno
Forked from syl20bnr/init-popwin.el
Last active August 29, 2015 14:12
Show Gist options
  • Save emaxerrno/521a88686ab4a219256c to your computer and use it in GitHub Desktop.
Save emaxerrno/521a88686ab4a219256c to your computer and use it in GitHub Desktop.
(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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment