Commit Graph

5 Commits

Author SHA1 Message Date
47333c1f4f perf: optimize startup time and fix theme colors
All checks were successful
git-sync-with-mirror / test (push) Successful in 3m5s
git-sync-with-mirror / git-sync (push) Successful in 14s
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
2026-02-28 00:39:33 -05:00
fa9b2a92c2 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
2026-02-27 23:34:18 -05:00
938219c348 hydra: remove obsolete functions 2026-02-21 15:23:14 -05:00
Jesús
19707ef86d improve javascript mode 2022-01-15 16:41:20 -05:00
Jesús
450c6c7691 replace helm for ivy
After experiencing these three packages, I liked helm, but to be honest,
I wasn't using all of its features and I was looking for a lighter and faster solution.
That's why, it's already a few years since I chose ivy and which corresponds entirely to my workflow.
Please note that my choice may vary according to your criteria 😊
2019-05-08 12:28:22 -05:00