Tree
- Tree:
5ff086d8617b8356f3cce772d499b4bb056d6c58
- Date:
- Message:
- Add side-notes face (remap default -> side-notes)
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)