Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zonuexe/pixiv-novel-mode.el
- Owner: zonuexe
- Created: 2014-12-19T11:37:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T15:00:37.000Z (over 7 years ago)
- Last Synced: 2024-11-06T02:49:17.449Z (2 months ago)
- Language: Emacs Lisp
- Homepage: https://www.emacswiki.org/emacs/ZonuExe
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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 .