summarylogtreecommitdiffstats
path: root/emacs-emmet-mode-git.install
blob: 2889117e5148ff571fa653b872784b1fe969bdc7 (plain)
1
2
3
4
5
6
7
8
post_install() {
    cat <<EOF
==> Put this in your ~/.emacs file to use emmet-mode:

(require 'emmet-mode)
(add-hook 'sgml-mode-hook 'emmet-mode)
EOF
}