updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / emacs-autopair / emacs-autopair.install
blob6cd1ce6c67e8e91a1c6113a8e753602930a22e99
1 # -*- mode: sh; -*-
3 note () {
4     cat << EOF
6 ==> To start using this package, add the lines below to your .emacs:
8     (add-to-list 'load-path "/usr/share/emacs/site-lisp/autopair.el")
9     (require 'autopair)
10     (autopair-global-mode) ;; enable autopair in all buffers 
11     
12 EOF
16 post_install() {
17     note
20 # pre_remove() {
21 # }
23 post_upgrade() {
24     note