Skip to content

Instantly share code, notes, and snippets.

@tototoshi
Created February 8, 2011 10:11
Show Gist options
  • Save tototoshi/816218 to your computer and use it in GitHub Desktop.
Save tototoshi/816218 to your computer and use it in GitHub Desktop.
anythingのバッファの開きかたを調整する
(require 'anything)
;;; (install-elisp "http://nschum.de/src/emacs/split-root/split-root.el")
(require 'split-root)
(defun my-anything-display-function (buf)
(set-window-buffer (split-root-window 10) buf))
(setq anything-display-function 'my-anything-display-function)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment