diff --git a/conf.org b/conf.org index db8bd93..944383b 100644 --- a/conf.org +++ b/conf.org @@ -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 "") 'helm-resume) #+END_SRC