;;; fireplace.el --- A cozy fireplace for emacs -*- lexical-binding: t; -*-
;; Copyright (C) 2015-2020 Johan Sivertsen
;;; Version: 1.2.0
;; Package-Version: 20200402.2206
;; Package-Commit: f6c23e259349922aae25cf2898ba815a7d8f2527
;;; Author: Johan Sivertsen <johanvts@gmail.com>
;;; URL: https://github.com/johanvts/emacs-fireplace
;;; Released: December 2015
;; Keywords: games
;; 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 <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Oh, the weather outside is frightful!
;; But the fire is so delightful...
;;; Code:
;; User definable Variables
;;; Faces
;;; Program controlled variables
;;; Helper routines
;; Commands
;;;###autoload
;;; Key-bindings
;;; fireplace.el ends here