;;; sudden-death.el --- Totsuzen-no-Shi
;; Copyright 2012 yewton
;; Author: yewton
;; URL: https://github.com/yewton/sudden-death.el
;; Package-Version: 20180217.23
;; Version: 0.2.1
;; 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 this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Enclose the active region with a fancy fence.
;; cf. https://github.com/aquarla/sudden_death
;; To install, save this on your load path and add the following to
;; your .emacs file:
;;
;; (require 'sudden-death)
;; To use, activate region and type M-x sudden-death.
;;; Code:
;;;###autoload
;; Setup/Activation
;;; sudden-death.el ends here