From 6490d94d8d8e5b5c6d3cc4058c5836bb3c6e7a86 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Thu, 30 Apr 2015 09:58:28 -0400 Subject: [PATCH] add title and sentence case to hydra --- jmax-bibtex.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jmax-bibtex.el b/jmax-bibtex.el index 066c406..0e7f7e8 100644 --- a/jmax-bibtex.el +++ b/jmax-bibtex.el @@ -515,6 +515,8 @@ _e_: Email entry _K_: Edit keywords _L_: clean entry _P_: Pubmed _U_: Update entry _N_: Open notes _R_: Crossref _g_: Google Scholar _s_: Sort entry _a_: Remove nonascii _h_: helm-bibtex _q_: quit _u_: Update field _F_: file funcs +_T_: Title case +_S_: Sentence case " ("p" org-ref-open-bibtex-pdf) ("P" jmax-bibtex-pubmed) @@ -555,6 +557,8 @@ _u_: Update field _F_: file funcs ("h" helm-bibtex) ("a" jmax-replace-nonascii) ("s" org-ref-sort-bibtex-entry) + ("T" jmax-title-case-article) + ("S" jmax-sentence-case-article) ("q" nil)) ;; create key-chord and key binding for hydra -- 2.39.2