Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Add keybindings to docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfochrist committed Apr 16, 2015
1 parent d366398 commit aa850f5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion interleave.el
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,15 @@ Usage:
#+INTERLEAVE_PDF: /the/path/to/your/pdf.pdf
- Start `interleave' with `M-x interleave'.
- To insert a note for a page, type `i'.
- Navigation is the same as in `doc-view-mode'/`pdf-view-mode'."
- Navigation is the same as in `doc-view-mode'/`pdf-view-mode'.
Keybindings (`doc-view-mode'/`pdf-view-mode'):
\\{interleave-pdf-mode-map}
Keybindings (org-mode buffer):
\\{interleave-map}"
:lighter ""
:keymap interleave-map
(if interleave
Expand Down

0 comments on commit aa850f5

Please sign in to comment.