mirror of
https://codeberg.org/scip/novel-mode.git
synced 2025-12-18 04:50:59 +01:00
typos
This commit is contained in:
@@ -91,12 +91,12 @@
|
|||||||
|
|
||||||
;; 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:
|
||||||
|
|
||||||
@@ -121,12 +121,12 @@
|
|||||||
|
|
||||||
;; 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")))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user