https://github.com/kyanagi/fringe-current-line.git
git clone 'git://github.com/kyanagi/fringe-current-line.git'
Show current line on the fringe.
fringe-current-line is a package to indicate current line on the fringe. You can use by the following steps.
Place this file on your load-path.
Add the following code into your init file:
(require 'fringe-current-line)
Activate the mode.
To enable it only in certain buffer, run M-x fringe-current-line-mode
.
Run again and you can disable it.
To enable it globally, add the following into your init file:
(global-fringe-current-line-mode 1)
You can toggle it by running M-x global-fringe-current-line-mode
.
The indicator is not shown if the cursor is at the end of the buffer and the last line is empty.
Copyright (C) 2014 Kouhei Yanagita
This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.