added binding for local bibliographies
This commit is contained in:
parent
06580339b5
commit
8a5553b9e7
1
conf.org
1
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.
|
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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(define-key helm-command-prefix (kbd "b") 'helm-bibtex)
|
(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 "S") 'helm-swoop)
|
||||||
(define-key helm-command-prefix (kbd "<f8>") 'helm-resume)
|
(define-key helm-command-prefix (kbd "<f8>") 'helm-resume)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue