aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-lua.el
blob: 2497e5c3ecf1c1be5181d464d3f03df9cd4b90b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; init-lua.el --- .Emacs Configuration -*- lexical-binding: t -*-
;;; Commentary:
;;

;;; Code:
;; lua-mode
(use-package lua-mode
  :mode ("\\.lual\\'" . lua-mode))

(provide 'init-lua)
;;; init-lua.el ends here