summarylogtreecommitdiffstats
path: root/emacs-yasnippet-snippets.install
blob: 01f7f77c49bb135a8aefc44425fb3af5e60e8001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install () {

cat << EOF

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


(add-to-list 'yas-snippet-dirs "/usr/share/emacs/snippets/yasnippet-snippets" t)
(yas-load-directory "/usr/share/emacs/snippets/yasnippet-snippets" t)

EOF
}

post_upgrade () {
	post_install $1
}