Skip to content

Instantly share code, notes, and snippets.

@imakado
Created September 18, 2009 02:46
Show Gist options
  • Save imakado/188847 to your computer and use it in GitHub Desktop.
Save imakado/188847 to your computer and use it in GitHub Desktop.
;; need Revision 1.178 2009/04/20 16:18:58 or higher
(setq anything-display-function
(lambda (b)
(delete-other-windows)
(split-window-horizontally)
(pop-to-buffer b)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment