summarylogtreecommitdiffstats
path: root/emacs-xclip.install
blob: 098939a360c169068420d92170168a5af8a40b5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  cat << EOF
==> To set up Emacs to automatically kill to clipboard and yank from clipboard,
    add the following to your ~/.emacs file (GNU Emacs) or ~/.xemacs/init.el
    file (XEmacs):

    (require 'xclip)
    (turn-on-xclip)
EOF
}

post_upgrade() {
  post_install $1
}