summarylogtreecommitdiffstats
path: root/emacs-all-the-icons.install
blob: 5ce385e19a7d0e3bbf4f10eebc10d5cc0e7d99b0 (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 'all-the-icons)

==> Or, with use-package:

(use-package all-the-icons)

EOF
}

post_upgrade () {
	post_install $1
}