updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / geiser-git / geiser.install
blobd4870a52d2fffba962258c8d5457da4053c7a22e
1 post_install() {
2     cat << 'EOF'
3 ==> Put this in your $HOME/.emacs file to enable autoloading of geiser:
5 (require 'geiser-install)
7 ==> To start a REPL listener from within Emacs:
9 (run-geiser)
11 ==> ... or connect to a running listener:
13 (geiser-connect)
15 ==> Note that geiser's keybindings may conflict with `Quack'
16 ==>
17 ==> Note that geiser currently only supports Guile 2.0 or better and
18 ==> Racket 5.0.1 or better.
20 EOF
23 post_upgrade() {
24     post_install