From 3b0b8604261824a5d49decfe79649cab673a814e Mon Sep 17 00:00:00 2001 From: Kouhei Yanagita Date: Wed, 8 Jan 2014 00:33:35 +0900 Subject: [PATCH] Remove whitespace in document. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4675be3..7a8380a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can use by the following steps. 2. Add the following code into your init file: ```lisp - (require 'fringe-current-line) +(require 'fringe-current-line) ``` 3. Activate the mode. @@ -23,7 +23,7 @@ You can use by the following steps. * To enable it globally, add the following into your init file: ```lisp - (global-fringe-current-line-mode 1) +(global-fringe-current-line-mode 1) ``` You can toggle it by running `M-x global-fringe-current-line-mode`.