aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-ivy.el
Commit message (Collapse)AuthorAgeFilesLines
* perf: optimize startup time and fix theme colorsHEADmasterAstounds2026-02-281-7/+12
| | | | | | | | | 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 issuesAstounds2026-02-271-0/+1
| | | | | | | | | | - 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
* hydra: remove obsolete functionsAstounds2026-02-211-3/+0
|
* improve javascript modeJesús2022-01-151-0/+8
|
* replace helm for ivyJesús2019-05-081-0/+42
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 😊