Created
September 18, 2009 02:46
-
-
Save imakado/188847 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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