summarylogtreecommitdiffstats
path: root/emacs-ctags-update.install
blob: b2d65b32451578163a7ddf3390d4500b43512bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install () {

cat << EOF

==> Add this code to your .emacs file to use the mode:

(require 'ctags-update)
(ctags-global-auto-update-mode)

EOF
}

post_upgrade () {
	post_install $1
}