summaryrefslogtreecommitdiff
path: root/bog-readme.org
diff options
context:
space:
mode:
Diffstat (limited to 'bog-readme.org')
-rw-r--r--bog-readme.org11
1 files changed, 0 insertions, 11 deletions
diff --git a/bog-readme.org b/bog-readme.org
index 3ec1992..f58c772 100644
--- a/bog-readme.org
+++ b/bog-readme.org
@@ -123,17 +123,6 @@ The variables below are important for specifying how Bog behaves.
Bog doesn't claim any keybindings, but using "C-c b" as a prefix while
in Org mode is a good option.
-| Key | Command |
-|---------+--------------------------------------|
-| C-c b p | =bog-find-citekey-pdf= |
-| C-c b r | =bog-rename-staged-pdf-to-citekey= |
-| C-c b b | =bog-find-citekey-bib= |
-| C-c b h | =bog-goto-citekey-heading-in-buffer= |
-| C-c b H | =bog-goto-citekey-heading-in-notes= |
-| C-c b w | =bog-search-citekey-on-web= |
-
-This can be achieved by placing the code below in your .emacs file.
-
#+begin_src emacs-lisp
(define-prefix-command 'bog-map)
(define-key org-mode-map (kbd "C-c b") 'bog-map)