el/dot-emacs.el: Fix page motion properly.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 25 Apr 2020 22:07:05 +0000 (23:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 25 Apr 2020 22:07:05 +0000 (23:07 +0100)
commit3260d9c4edcb845b7b441d42c294942957bee5ce
tree78a1b21d71246f81f1040928d48f88a75c8700ce
parent8945a62fdffc085386d22bcbe8d6a20643d7e5e5
el/dot-emacs.el: Fix page motion properly.

Emacs's built-in page motion machinery wants pages to start /after/ the
delimiter, but since I'm looking for page-heading banners, I want the
page to start /before/ the banner.  So add some advice so that Emacs
does the right thing.
el/dot-emacs.el