updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / emacs-evil-git / emacs-evil-git.install
blob91569e8f2e9b93b3f93bb7c18ec175032f0e52b8
1 # Message displayed after a fresh install.
2 post_install() {
3     echo "Evil requires the undo-tree.el script to function properly."
4     echo "Enable Evil by adding the following lines to ~/.emacs:"
5     echo "  (require 'evil)"
6     echo "  (evil-mode 1)"
9 # Message displayed afteer package removal.
10 post_remove() {
11     echo "Remove these lines from ~/.emacs:"
12     echo "  (require 'evil)"
13     echo "  (evil-mode 1)"