added binding for local bibliographies

This commit is contained in:
ndwarshuis 2019-01-23 00:07:58 -05:00
parent 06580339b5
commit 8a5553b9e7
1 changed files with 1 additions and 0 deletions

View File

@ -3787,6 +3787,7 @@ These are for mode-specific bindings that can/should be outside of the evil maps
Some of these are useful enough that I make give them a direct binding without requiring a prefix. For now this is fine.
#+BEGIN_SRC emacs-lisp
(define-key helm-command-prefix (kbd "b") 'helm-bibtex)
(define-key helm-command-prefix (kbd "B") 'helm-bibtex-with-local-bibliography)
(define-key helm-command-prefix (kbd "S") 'helm-swoop)
(define-key helm-command-prefix (kbd "<f8>") 'helm-resume)
#+END_SRC