summarylogtreecommitdiffstats
path: root/emacs-guess-style-git.install
blob: b009ea886e99156bc292a2a368da0f516e0fe145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	cat<<EOF
==> Add the following code to your .emacs:
    (autoload 'guess-style-set-variable "guess-style" nil t)
    (autoload 'guess-style-guess-variable "guess-style")
    (autoload 'guess-style-guess-all "guess-style" nil t)
    (setq guess-style-info-mode 1) ; Optional
EOF
}

post_upgrade() {
	post_install
}