chiark / gitweb /
el/dot-emacs.el (experimental): Show fringe icon on current line.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 18 Apr 2015 13:42:11 +0000 (14:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 18 Apr 2015 14:29:01 +0000 (15:29 +0100)
commitcfa1824e2674ca83f7d8b543889ce7d77003858b
treea66567682a05509f67ba32b81f84b526a136a90e
parent17fca6742101a0425549e6ed270fa59212fbc637
el/dot-emacs.el (experimental): Show fringe icon on current line.

Much of the machinery comes from

https://github.com/kyanagi/fringe-current-line

but the trimmings are a little different.  Most notably, there is only
one marker, in the selected window.  (Otherwise the marker would need to
be per-window rather than per-buffer, because each window has its own
idea of point, and things get rather complicated.)
el/dot-emacs.el