updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / layout-restore / layout-restore.install
blobed80d578472ebdc3990b2406830bacd29a1ad265
1 post_install() {
2   cat << EOF
4 ==> To start using this package, add following lines to your emacs
5       startup file.
7     (require 'layout-restore)
8     (global-set-key [?\C-c ?l] 'layout-save-current)
9     (global-set-key [?\C-c ?\C-l ?\C-l] 'layout-restore)
10     (global-set-key [?\C-c ?\C-l ?\C-c] 'layout-delete-current)
12 EOF
15 post_upgrade() {
16   post_install $1