From 6b5ddfaf9fbe65cd2ef9fd91a377065a83ebef5f Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 18 Sep 2018 22:17:25 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 283eec8..632ebef 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -386,6 +386,10 @@ Will prompt you shell name when you type `C-u' before this command." t) (setq cperl-indent-level 4) (setq cperl-indent-parens-as-block t) +;; Lua +(autoload 'lua-mode "lua-mode" "Lua Mode" t) +(add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode)) + ;; Erlang (require-if-present 'erlang-start) (setq erlang-electric-commands nil) -- 2.40.0