;;; jammer.el --- Punish yourself for using Emacs inefficiently
;; Copyright (C) 2015 Vasilij Schneidermann <mail@vasilij.de>
;; Author: Vasilij Schneidermann <mail@vasilij.de>
;; URL: https://depp.brause.cc/jammer
;; Package-Version: 20210508.1633
;; Package-Commit: a780e4c2adb2e85a4daadcefd1a2b189d761872f
;; Version: 0.1.2
;; Package-Requires: ((emacs "24.1"))
;; Keywords: games
;; This file is NOT part of GNU Emacs.
;; This file 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, or (at your option)
;; any later version.
;; This file 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 GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Commentary:
;; This global minor mode allows you to slow down command execution
;; globally in Emacs.
;; See the README for more info: https://depp.brause.cc/jammer
;;; Code:
;;; variables
;;; helpers
;;; frontend
;;;###autoload
;;; jammer.el ends here