opnsense-ports/devel/lua-mode/pkg-message
Franco Fichtner 6cdcb32caa */*: sync with upstream
Taken from: FreeBSD
2022-05-23 11:05:01 +02:00

11 lines
275 B
Text

[
{ 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
}
]