summarylogtreecommitdiffstats
path: root/emacs-groovy-mode-git.install
blob: e61b407ec9586517a767de17b25dbefd2129f4f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
cat << EOF

  If you want to use Emacs Groovy Mode you will likely need to put
  these lines in your init file:

  (autoload 'groovy-mode "groovy-mode" "Major mode for editing Groovy code." t)
  (add-to-list 'auto-mode-alist '("\\.groovy\\'" . groovy-mode))

EOF
}