Emacs: Add lua-mode.

This commit is contained in:
tastytea 2020-05-08 02:34:45 +02:00
parent 28ca2af71f
commit a7a6d44d18
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous programming languages. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-18T14:57:26+0100>
;; Time-stamp: <2020-05-08T02:33:57+0200>
;;; Commentary:
;; Programming languages that don't warrant a dedicated file.
@ -26,5 +26,7 @@
;; :config (add-to-list 'company-backends 'company-qml)
;; )
(use-package lua-mode)
(provide 'programming/misc)
;;; misc.el ends here