diff options
-rw-r--r-- | lisp/init-bog.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-bog.el b/lisp/init-bog.el index 1831f0a..7e7f441 100644 --- a/lisp/init-bog.el +++ b/lisp/init-bog.el @@ -10,6 +10,8 @@ (define-key bog-map "p" 'bog-find-citekey-pdf) (define-key bog-map "r" 'bog-rename-staged-pdf-to-citekey) (define-key bog-map "b" 'bog-find-citekey-bib) + (define-key bog-map "h" 'bog-goto-citekey-heading-in-buffer) + (define-key bog-map "H" 'bog-goto-citekey-heading-in-notes) (define-key bog-map "w" 'bog-search-citekey-on-web))) (provide 'init-bog) |