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-company.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/init-company.el') diff --git a/modules/init-company.el b/modules/init-company.el index c8ad1a5..1c958ad 100644 --- a/modules/init-company.el +++ b/modules/init-company.el @@ -1,8 +1,8 @@ ;;; init-company.el --- .Emacs Configuration -*- lexical-binding: t -*- ;;; Commentary: -;; Company es un famework de Emacs para el completado de texto. +;; Company is a framework for text completion in Emacs. -;;; code: +;;; Code: (use-package company :defer 5 :diminish @@ -29,7 +29,6 @@ (global-company-mode t)) (use-package company-quickhelp - :ensure t :after company :config (company-quickhelp-mode 1)) -- cgit v1.2.3