esv

Homepage: https://github.com/csebold/esv.el

Author: Charles Sebold

Updated:

Summary

Support for Crossway's ESV API in Emacs

Commentary

This package is being orphaned, please adopt it!

Latest version should be available at:
   

To use this, you must customize or otherwise set the variable
ESV-KEY!  Otherwise by default the ESV API handlers will not call out
to the ESV website.  At the minimum, do this:

  M-x customize-variable RET esv-key RET

And set it to "Non-keyed usage" (IP) if you're just going to use this
for personal use in Emacs.  Details of the ESV license for this
information can be found at http://www.esvapi.org/ and I recommend
looking it over.

This package consists of two functionalities:  one is to recognize
passages in your buffers and make it easy for you to look them up in
the ESV (that's esv-mode), and one is a way to retrieve ESV passages
using their web API and display them internally in Emacs.  This can
be used to get individual passages (which you can specify or retrieve
from your text using esv-mode), or you can go through a daily reading
plan (great for those of us who live in Emacs).

To use this package, you can save this file somewhere in your
load-path and put the following in your .emacs at a minimum:

  (require 'esv)
  ; the following keys should be mapped to whatever works best for

Dependencies