mirror of
https://codeberg.org/scip/novel-mode.git
synced 2025-12-16 20:10:59 +01:00
typos
This commit is contained in:
28
README.md
28
README.md
@@ -71,12 +71,12 @@ To use, save novel-mode.el to a directory in your load-path.
|
|||||||
|
|
||||||
Add something like this to your config:
|
Add something like this to your config:
|
||||||
|
|
||||||
(require 'novel-mode)
|
(require 'novel-mode)
|
||||||
(add-hook 'text-mode-hook 'novel-mode)
|
(add-hook 'text-mode-hook 'novel-mode)
|
||||||
|
|
||||||
or load it manually, when needed:
|
or load it manually, when needed:
|
||||||
|
|
||||||
M-x novel-mode
|
M-x novel-mode
|
||||||
|
|
||||||
# Customize
|
# Customize
|
||||||
|
|
||||||
@@ -101,12 +101,12 @@ its behavior. The following hooks are available:
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
(add-hook 'novel-mode-post-start-hook
|
(add-hook 'novel-mode-post-start-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(set-face-font 'default "DejaVu Sans")))
|
(set-face-font 'default "DejaVu Sans")))
|
||||||
(add-hook 'novel-mode-post-stop-hook
|
(add-hook 'novel-mode-post-stop-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(set-face-font 'default "Courier")))
|
(set-face-font 'default "Courier")))
|
||||||
|
|
||||||
# Meta
|
# Meta
|
||||||
|
|
||||||
@@ -130,8 +130,8 @@ along with this program; if not, write to the Free Software
|
|||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
USA
|
USA
|
||||||
|
|
||||||
Version: 0.01
|
- Version: 0.01
|
||||||
Author: T.v.Dein <tlinden@cpan.org>
|
- Author: T.v.Dein <tlinden@cpan.org>
|
||||||
Keywords: read books novels
|
- Keywords: read books novels
|
||||||
URL: https://github.com/tlinden/novel-mode
|
- URL: https://github.com/tlinden/novel-mode
|
||||||
License: GNU General Public License >= 2
|
- License: GNU General Public License >= 2
|
||||||
|
|||||||
Reference in New Issue
Block a user