updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / emacs-protobuf-mode / emacs-protobuf-mode.install
blob13beea4d200d1ba6254029a2cea71217114debc2
1 post_install() {
2   cat << EOF
3 ==> Put this in your $HOME/.emacs file to enable autoloading of protobuf-mode
4 ==> and auto-recognition of protobuf files:
6 (require 'protobuf-mode)
7 (add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode))  
8 EOF
11 post_upgrade() {
12   post_install $1