summarylogtreecommitdiffstats
path: root/emacs-find-file-in-project.install
blob: d9c8eba2e50f03db4cbc016480dd5235ee3e6f70 (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 library:

(require 'find-file-in-project)

==> Or, with use-package:

(use-package find-file-in-project)

EOF
}

post_upgrade () {
	post_install $1
}