]> git.donarmstrong.com Git - org-ref.git/commitdiff
add key-chord requirement
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 3 Mar 2015 21:57:38 +0000 (16:57 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 3 Mar 2015 21:57:38 +0000 (16:57 -0500)
jmax-bibtex.el

index 3e932dcf3a1e4224a916d7ed4e08f4280884f157..67cd11e764f686514281efad36514d152903748d 100644 (file)
@@ -1,7 +1,7 @@
 ;;; jmax-bibtex.el --- jmax-bibtex utilities
 
 ;;; Commentary:
 ;;; 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:
 
 
 ;;; 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
 
 
 ;; hydra menu for actions on bibtex entries
+(require 'key-chord)
 (key-chord-define-global
  "jj"
  (defhydra jmax-bibtex-hydra (:color blue)
 (key-chord-define-global
  "jj"
  (defhydra jmax-bibtex-hydra (:color blue)