| 1 | | ;;; simple-hatenahelper-mode.el --- The simple hatena helper mode of the 俺, by the 俺, for the 俺. |
| 2 | | ;; -*- coding: utf-8; mode:emacs-lisp -*- |
| | 1 | ;;; -*- coding: utf-8; mode:emacs-lisp -*- |
| | 2 | ;;; simple-hatenahelper-mode.el --- The simple hatena helper mode is inspired by hatenahelper-mode |
| | 3 | |
| | 4 | ;; Copyright (C) 2007 Tsuyoshi Maekawa |
| | 5 | ;; Author: Tsuyoshi Maekawa <main.xcezx@gmail.com> |
| | 6 | |
| | 7 | ;; This file is free software; you can redistribute it and/or modify |
| | 8 | ;; it under the terms of the GNU General Public License as published |
| | 9 | ;; by the Free Software Foundation; either version 2, or (at your |
| | 10 | ;; option) any later version. |
| | 11 | |
| | 12 | ;; This file is distributed in the hope that it will be useful, but |
| | 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| | 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| | 15 | ;; General Public License for more details. |
| | 16 | |
| | 17 | ;; You should have received a copy of the GNU General Public License |
| | 18 | ;; along with GNU Emacs; see the file COPYING. If not, write to the |
| | 19 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| | 20 | ;; Boston, MA 02111-1307, USA. |
| | 21 | |
| | 22 | ;;; Commentary: |
| | 23 | |
| | 24 | ;;; * simple-hatenahelper-mode について |
| | 25 | |
| | 26 | ;;; emacs 上ではてな記法の入力を支援するマイナーモードです。 |
| | 27 | ;;; |
| | 28 | ;;; hatenahelper-mode から個人的に不要なものを削り、必要なものを |
| | 29 | ;;; 加えたものです。 |
| | 30 | ;;; |
| | 31 | ;;; SeeAlso: http://d.hatena.ne.jp/amt/20060115/HatenaHelperMode |