summaryrefslogtreecommitdiff
path: root/pcr/python2-ropemacs/python2-ropemacs.install
blob: 4b303b8b4968f1871f9cecc263cc7de2675e4af6 (plain)
1
2
3
4
5
6
7
8
post_install() {

echo "After installing pymacs, add these lines to your ``~/.emacs`` file:"
echo "(require 'pymacs)"
echo "(pymacs-load \"ropemacs\" \"rope-\")"
/bin/true
}