From fa9b2a92c21a8f7e7fda2d7902a9d6da96a962df Mon Sep 17 00:00:00 2001 From: Astounds Date: Fri, 27 Feb 2026 23:34:18 -0500 Subject: ci: add test workflow and fix code quality issues - 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 --- modules/init-ivy.el | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/init-ivy.el') diff --git a/modules/init-ivy.el b/modules/init-ivy.el index cac5ec0..c4a7d48 100644 --- a/modules/init-ivy.el +++ b/modules/init-ivy.el @@ -32,6 +32,7 @@ ;; hydra (use-package hydra :pin "MELPA" + :after ivy :config (hydra-add-font-lock)) (use-package swiper -- cgit v1.2.3