Remove whitespace in document.

master
Kouhei Yanagita 12 years ago
parent eeae28debb
commit 3b0b860426
  1. 4
      README.md

@ -12,7 +12,7 @@ You can use by the following steps.
2. Add the following code into your init file: 2. Add the following code into your init file:
```lisp ```lisp
(require 'fringe-current-line) (require 'fringe-current-line)
``` ```
3. Activate the mode. 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: * To enable it globally, add the following into your init file:
```lisp ```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`. You can toggle it by running `M-x global-fringe-current-line-mode`.

Loading…
Cancel
Save