summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-04 22:59:08 -0500
committerKyle Meyer <kyle@kyleam.com>2014-03-04 23:02:06 -0500
commit58dc2eddb9a4fc02c069d05c90897dbc96fe8ed3 (patch)
tree9d8f68c06d72875c402ee4895aabedc664143692 /lisp
parent56f60036795436961555b6cb4d855cfdecb7852f (diff)
downloademacs.d-58dc2eddb9a4fc02c069d05c90897dbc96fe8ed3.tar.gz
Add bog-goto-citekey-heading-in-* bindings
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-bog.el2
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)