blob: 7710f4fbb7ae23efd885535f08e228e04b1dd500 (
plain) (
tree)
|
|
post_install () {
echo
echo "==> To enable clojure-mode, add this to your \$HOME/.emacs:"
echo
echo " (require 'clojure-mode)"
echo
echo "==> There are also a clojurescript-mode and a clojure-test-mode"
echo "==> available - to get more information on those, please refer to"
echo "==> the package homepage."
echo
}
post_upgrade () {
post_install $1
}
|