Commit Briefs

4e7e78bf03 Paul W. Rankin

Update README/Commentary (tags/v0.3.1)


133498c278 Paul W. Rankin

Update copyright/author/file-local vars


1388956c5c Paul W. Rankin

Use code@paulwrankin.com email


aba244269d Paul W. Rankin

Add feature: secondary notes file (tags/v0.3.0)

Add side-notes-secondary-file option, which must be set in order to display secondary notes. Then call side-notes-toggle-notes with prefix ARG (C-u) to find secondary notes instead of regular notes file. This will be displayed in the side window bottom slot, while the regular notes will always be displayed in the top slot.


e200075388 Paul W. Rankin

Update README/Commentary


b680849814 Paul W. Rankin

Bump version (tags/v0.2.1)


d8aebc7f02 GitHub

Merge pull request #1 from marcowahl/marcowahl-patch-1

Add autoload cookie for the main function


a31448f779 GitHub

Add autoload cookie for the main function

With autoload the loading of the library can be avoided in the config file. "The first call to the function automatically loads the proper library, in order to install the real definition and other associated code, then runs the real definition as if it had been loaded all along." (info "(elisp) Autoload")


f8d1e63db3 Paul W. Rankin

Move back to GitHub


242e19ed80 Paul W. Rankin

Update copyright


56cd2bfe24 Paul W. Rankin

Update documentation, URL


b049929692 Paul W. Rankin

Add todo.sr.ht email


3907e9c71e Paul W. Rankin

Fix README/Commentary typo (tags/v0.2.0)


8597ddd2d3 Paul W. Rankin

Implement directory hierachy search for notes file

Adds function side-notes-locate-notes to traverse parent directories until side-notes-file is located, or returns nil.


57143a83f3 Paul W. Rankin

Add safe local variable properties (tags/v0.1.1)


91b5f611b6 Paul W. Rankin

Added LICENSE.txt


610c3e4618 Paul W. Rankin

Add version, package-requires and URL (tags/v0.1.0)


4cf70d20ad Paul W. Rankin

Creation of notes file is unnecessary


6e73a47c8e Paul W. Rankin

Add side-notes face (remap default -> side-notes)


497184497d Paul W. Rankin

Fix group errors


d2efd288d1 Paul W. Rankin

Added README to Commentary


cdf667ac7b Paul W. Rankin

new file: README.md


84b5784c83 Paul W. Rankin

Renamed to side-notes



832fa7d0fc Paul W. Rankin

Note a minor mode