From: John Kitchin <jkitchin@andrew.cmu.edu>
Date: Tue, 3 Mar 2015 21:57:38 +0000 (-0500)
Subject: add key-chord requirement
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6aec29fe7b979fff8a62a992427d24a093afaaaa;p=org-ref.git

add key-chord requirement
---

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)