emacs.d/init.el: Enable lua-mode
1 files changed, 1 insertions(+), 2 deletions(-)

M emacs.d/init.el
M emacs.d/init.el +1 -2
@@ 8,8 8,7 @@ 
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  '(package-selected-packages
-   (quote
-    (paredit atom-one-dark-theme exec-path-from-shell cider))))
+   '(lua-mode paredit atom-one-dark-theme exec-path-from-shell cider)))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.