summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e543b2a..ec9df21 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -536,6 +536,9 @@
   :mode (("\\.hs\\'" . haskell-mode)
          ("xmobarrc\\'" . haskell-mode)))
 
+(use-package lua-mode
+  :mode (("\\.lua\\'" . lua-mode)))
+
 ;;;; Planning
 
 (use-package calendar