Tree
- Tree:
9fa4fd5ca22fbd3bfe5ffa6e54617c038ce1a31d
- Date:
- Message:
- Added LICENSE.txt
LICENSE.txt | commits | blame |
README.md | commits | blame |
side-notes.el | commits | blame |
README.md
Side Notes ========== Quickly display your quick side notes in quick side window. Side notes live in a file in the current directory defined by custom option `side-notes-file`, which defaults to `notes.txt`. Installation ------------ Add the following to you init file: (define-key (current-global-map) (kbd "M-s n") #'side-notes-toggle-notes)