. "$GRIMOIRE/FUNCTIONS" SPELL=clojure-mode VERSION=$(get_scm_version) SOURCE="${SPELL}-git.tar.bz2" SOURCE_URL[0]=git://github.com/technomancy/${SPELL}.git:${SPELL}-git FORCE_DOWNLOAD=on SOURCE_IGNORE=volatile SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git" WEB_SITE="https://github.com/technomancy/clojure-mode" LICENSE[0]=GPL ENTERED=20110102 SHORT="Emacs mode that handles clojure" cat << EOF A major mode that provides font-lock, indentation, and functions for communication with subprocesses for Clojure. It’s more useful if used together with swank-clojure to interact with subprocesses. EOF