summaryrefslogtreecommitdiff
path: root/pcr/emhacks/emhacks.install
blob: 7d2bdf2b6e942a0c63a422675f18001fd1bc20a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
cat << EOM

Don't forget to add the following code into your ~/.emacs file:
---
(add-to-list 'load-path "/usr/share/emacs/site-lisp/emhacks")
---

EOM
}

post_remove() {
cat << EOM

The following code in your ~/.emacs file can be removed:
---
(add-to-list 'load-path "/usr/share/emacs/site-lisp/emhacks")
---

EOM
}