summarylogtreecommitdiffstats
path: root/emacs-sdcv.install
blob: 847ed3ae0abc04986bc064fd32ff2df37536cad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  cat << EOF
==> To setup sdcv-mode, put the follow lines to your ~/.emacs:
   (require 'sdcv-mode)
   (global-set-key (kbd "C-c d") 'sdcv-search)

EOF
}

post_upgrade() {
  post_install $1
}