From e44ffda2e209aaf289313868000b39fd94ba10c4 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Mon, 23 May 2016 23:27:42 +0200 Subject: [PATCH] typos --- novel-mode.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/novel-mode.el b/novel-mode.el index 7f2e523..a36f0f7 100644 --- a/novel-mode.el +++ b/novel-mode.el @@ -91,12 +91,12 @@ ;; Add something like this to your config: -;; (require 'novel-mode) -;; (add-hook 'text-mode-hook 'novel-mode) +;; (require 'novel-mode) +;; (add-hook 'text-mode-hook 'novel-mode) ;; or load it manually, when needed: -;; M-x novel-mode +;; M-x novel-mode ;;; Customize: @@ -121,12 +121,12 @@ ;; Example: -;; (add-hook 'novel-mode-post-start-hook -;; (lambda () -;; (set-face-font 'default "DejaVu Sans"))) -;; (add-hook 'novel-mode-post-stop-hook -;; (lambda () -;; (set-face-font 'default "Courier"))) +;; (add-hook 'novel-mode-post-start-hook +;; (lambda () +;; (set-face-font 'default "DejaVu Sans"))) +;; (add-hook 'novel-mode-post-stop-hook +;; (lambda () +;; (set-face-font 'default "Courier")))