summaryrefslogtreecommitdiff
path: root/devel/lua-mode/pkg-message
blob: b73eadb4ba1e89c1f3ad31a2ad0746c7bec87246 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
{ type: install
  message: <<EOM
You should add the following line to your ~/.emacs:

    (autoload 'lua-mode "lua-mode" "Lua editing mode." t)
    (add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
    (add-to-list 'interpreter-mode-alist '("lua" . lua-mode))
EOM
}
]