From 317bb14ad119e5a66ccb094c730f98318c3caa2f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 6 Jan 2016 02:25:09 -0500 Subject: Add file headers --- lisp/init-framewin.el | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'lisp/init-framewin.el') diff --git a/lisp/init-framewin.el b/lisp/init-framewin.el index 43316fe..8821610 100644 --- a/lisp/init-framewin.el +++ b/lisp/init-framewin.el @@ -1,4 +1,24 @@ -;;; Frames and windows +;;; init-framewin.el --- Frame and window configuration + +;; Copyright (C) 2012-2016 Kyle Meyer + +;; Author: Kyle Meyer +;; URL: https://github.com/kyleam/emacs.d + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Code: (defun km/clone-indirect-buffer-other-window-and-widen () "Clone as indirect buffer and then widen." @@ -64,3 +84,4 @@ _s_: Swap _u_: Winner undo _i_: Scroll other down (winner-mode 1) (provide 'init-framewin) +;;; init-framewin.el ends here -- cgit v1.2.3