summarylogtreecommitdiffstats
path: root/emacs-py-autopep8.install
blob: 17c9f63142020c64e80f03adee347420e967b135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install () {

cat << EOF

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

(require 'pcap-mode)

==> Or, with use-package:

(use-package pcap-mode)

EOF
}

post_upgrade () {
	post_install $1
}