Merge branch 'master' of ssh://hgit/software/emacs-personal into master

This commit is contained in:
Jesús
2021-11-02 12:20:05 -05:00
2 changed files with 12 additions and 0 deletions

11
modules/init-lua.el Normal file
View File

@@ -0,0 +1,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