From db5e4daa54baaf0c04dd5048967128475dd4121b Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Mon, 23 May 2016 23:25:25 +0200 Subject: [PATCH] typos --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c6c5cc7..e9a85ea 100644 --- a/README.md +++ b/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: - (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 @@ -101,12 +101,12 @@ its behavior. The following hooks are available: 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"))) # 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 USA -Version: 0.01 -Author: T.v.Dein -Keywords: read books novels -URL: https://github.com/tlinden/novel-mode -License: GNU General Public License >= 2 + - Version: 0.01 + - Author: T.v.Dein + - Keywords: read books novels + - URL: https://github.com/tlinden/novel-mode + - License: GNU General Public License >= 2