From 6aec29fe7b979fff8a62a992427d24a093afaaaa Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 3 Mar 2015 16:57:38 -0500 Subject: [PATCH 1/1] add key-chord requirement --- jmax-bibtex.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jmax-bibtex.el b/jmax-bibtex.el index 3e932dc..67cd11e 100644 --- a/jmax-bibtex.el +++ b/jmax-bibtex.el @@ -1,7 +1,7 @@ ;;; jmax-bibtex.el --- jmax-bibtex utilities ;;; Commentary: -;; Requires: s.el, dash.el, org-ref.el, doi-utils.el +;; Requires: s.el, dash.el, org-ref.el, doi-utils.el, key-chord.el ;;; Code: @@ -423,6 +423,7 @@ N is a prefix argument. If it is numeric, jump that many entries back." ;; hydra menu for actions on bibtex entries +(require 'key-chord) (key-chord-define-global "jj" (defhydra jmax-bibtex-hydra (:color blue) -- 2.39.2