| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | perf: optimize startup time and fix theme colorsHEADmaster | Astounds | 2026-02-28 | 1 | -10/+9 |
| | | | | | | | | | | Performance improvements (2.4s → 0.97s, 60% faster): - Enable use-package-always-defer for lazy loading - Add native compilation support (Emacs 28+) - Defer company, ivy, projectile with :defer - Move settings from :config to :init where possible - Remove redundant package-refresh-contents | ||||
| * | ci: add test workflow and fix code quality issues | Astounds | 2026-02-27 | 1 | -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 backtab | Jesús | 2021-12-05 | 1 | -2/+1 |
| | | | | | one of the reasons why some languages use <tab> for spacing and not autocomplete | ||||
| * | company: prevent breaks ivy's completion in minibuffer | Jesús | 2021-12-05 | 1 | -3/+4 |
| | | |||||
| * | company-mode: change to ALT+TAB | Jesús | 2021-12-05 | 1 | -1/+1 |
| | | |||||
| * | Autocomplete: fix company | Jesús | 2021-12-03 | 1 | -5/+6 |
| | | |||||
| * | added company-mode | Jesús | 2019-03-18 | 1 | -0/+40 |
