diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-03-16 22:41:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-03-16 22:41:04 -0400 |
commit | 6218b61a377e193dde9c01db59bb010e0a8b4aed (patch) | |
tree | 1c461f67c586a9b1b7eb83f28de773b7c9901287 /README.org | |
parent | 1db31b558b8280d09fd82d8f167a6e4d73e19ead (diff) | |
download | bog-6218b61a377e193dde9c01db59bb010e0a8b4aed.tar.gz |
Support highlighting citekeys in non-Org buffers
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -143,8 +143,10 @@ The variables below are important for specifying how Bog behaves. A keymap is defined for Bog under the prefix =C-c "=. If you prefer something else (like =C-c b=), set =bog-keymap-prefix=. -Many of the Bog functions are useful outside of an Org buffer, so you -can also bind =bog-command-map= to a global key. +Many of the Bog functions are useful outside of an Org buffer. You +can turn Bog minor mode on (=bog-mode=) in non-Org buffers to get +access to the keymap and citekey highlighting. To make Bog commands +available from any buffer, bind =bog-command-map= to a global key. * Other approaches |