added more lua specific packages

removed fennel-mode
This commit is contained in:
a. fox 2024-03-18 14:55:03 -04:00
parent 8a55844049
commit c4938c678b
1 changed files with 7 additions and 3 deletions

View File

@ -926,10 +926,14 @@ What follows from here is loading and configuring the rest of my packages utiliz
(setq parinfer-rust-auto-download t)))
(use-package lua-mode
:ensure t)
:ensure t
:after company
:init
(setq-local company-backends '((company-lua company-etags company-dabbrev-code))))
(use-package fennel-mode
:ensure t)
(use-package company-lua
:ensure t
:after company)
(use-package cc-mode
:ensure t