<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -527,6 +527,15 @@ too bad for Lisps.&quot;
   (find-file (current-line-contents)))
 (global-set-key [f8] 'find-file-named-on-current-line)
 
+;;; I want a key to open the current buffer all over the screen.
+(defun all-over-the-screen ()
+  (interactive)
+  (delete-other-windows)
+  (split-window-horizontally)
+  (split-window-horizontally)
+  (balance-windows)
+  (follow-mode t))
+
 
 ;;; custom
 </diff>
      <filename>init.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6bb4c9b860e05a42c47afdbb3ad8d58b7478b6e8</id>
    </parent>
  </parents>
  <author>
    <name>kragen</name>
    <email>kragen@inexorable.(none)</email>
  </author>
  <url>http://github.com/kragen/kragen-.emacs.d/commit/3d09b917aa069c8500433a4fb400a0fcdeb9b427</url>
  <id>3d09b917aa069c8500433a4fb400a0fcdeb9b427</id>
  <committed-date>2009-01-28T14:11:34-08:00</committed-date>
  <authored-date>2009-01-28T14:11:34-08:00</authored-date>
  <message>added all-over-the-screen command to view a single file in columns</message>
  <tree>2470e832525857ff5654501cb56a7413b1c32c91</tree>
  <committer>
    <name>kragen</name>
    <email>kragen@inexorable.(none)</email>
  </committer>
</commit>
