Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zonuexe/pixiv-novel-mode.el

Major mode for pixiv novel
https://github.com/zonuexe/pixiv-novel-mode.el

Last synced: 18 days ago
JSON representation

Major mode for pixiv novel

Awesome Lists containing this project

README

        

* pixiv-novel-mode.el

ja: http://inside.pixiv.net/entry/2014/12/19/230810

** Usage
Manually src =M-x pixiv-novel-mode=.
Or use file name as =.pxv= or =.pxv.txt=.

** Install
#+BEGIN_SRC emacs-lisp
;; package.el(MELPA)
(package-install 'pixiv-novel-mode)

;; El-Get
(el-get 'sync 'pixiv-novel-mode)
#+END_SRC

** Copyright
: pixiv-novel-mode.el --- Major mode for pixiv novel
: Copyright (C) 2014 pixiv
:
: 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 .