summarylogtreecommitdiffstats
path: root/escreen.install
blob: 25f3b8eab11108e690c08852f2bd19876a37639a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  cat << EOM
To activate, add the following code into your ~/.emacs file:
---
(load "escreen")
(escreen-install)
---
Also recommended customizations, taken from
http://tapoueh.org/blog/2009/09/22-escreen-integration.html ,
can be found in /usr/share/doc/emacs-escreen/dotemacs

EOM
}
post_upgrade() {
  post_install
}