ci: add test workflow and fix code quality issues
All checks were successful
git-sync-with-mirror / test (push) Successful in 3m18s
git-sync-with-mirror / git-sync (push) Successful in 15s

- Add CI test job with Emacs batch load and byte-compile
- Fix settings-file variable check in init.el
- Fix extra parenthesis in init-neotree.el
- Add missing projectile dependencies in neotree and web-mode
- Fix add-hook usage in init-icons.el
- Add hydra dependency in init-ivy.el
- Standardize header style in init-company.el
This commit is contained in:
2026-02-27 23:34:18 -05:00
parent f19be26105
commit fa9b2a92c2
7 changed files with 45 additions and 10 deletions

View File

@@ -4,6 +4,7 @@
;;; Code:
(use-package web-mode
:after projectile
:pin "MELPA"
:mode (("\\.html?\\'" . web-mode)
("\\.djhtml\\'" . web-mode)