Skip to content

Tags: peniblec/page-break-lines

Tags

0.10

More efficiently update display tables

0.9

Always shorten rule by 1 character relative to window width

With Emacs 24.4, this seems to yield a full-length rule without a gap at
right. On older versions, it might cause the rule to be too short. It
might be necessary to include an Emacs version check for optimal
behaviour.

0.8

Also shorten rule by one character in console windows (fixes purcell#6)

0.7

Rule can apparently extend safely to the full window width

0.6

Merge pull request purcell#2 from drothlis/derived-modes

Enable in derived modes of `page-break-lines-modes'

0.5

Indentation fix

0.4

Rename face from page-break-lines-face to page-break-lines

0.3

Convert to separate minor-mode and global-minor-mode variants.

0.2

Add a basic README

0.1

Initial commit