aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-company.el
Commit message (Collapse)AuthorAgeFilesLines
* ci: add test workflow and fix code quality issuesAstounds2026-02-271-3/+2
| | | | | | | | | | - 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
* company: change to backtabJesús2021-12-051-2/+1
| | | | one of the reasons why some languages use <tab> for spacing and not autocomplete
* company: prevent breaks ivy's completion in minibufferJesús2021-12-051-3/+4
|
* company-mode: change to ALT+TABJesús2021-12-051-1/+1
|
* Autocomplete: fix companyJesús2021-12-031-5/+6
|
* added company-modeJesús2019-03-181-0/+40