Add lua mode

This commit is contained in:
Tristan Hume 2014-10-26 13:55:13 -04:00 committed by syl20bnr
parent db51aab56e
commit 5859be4a8e

View file

@ -4,6 +4,7 @@
cdlatex
smooth-scrolling
helm-ag
lua-mode
))
(defun trishume/init-auctex ()
@ -32,3 +33,7 @@
(helm-ag (projectile-project-root)))
(evil-leader/set-key
"pa" 'trishume-helm-ag))))
(defun trishume/init-lua-mode ()
(use-package lua-mode
:defer t))