Commit Graph

7 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
Jesus E
21f2cf3a08 improve init elpa 2023-05-13 14:10:28 -04:00
Jesús
f058926969 simple command pin into use-package 2019-08-09 11:46:57 -05:00
Jesús
aa77769f08 change to MELPA mirror of smart-mode-line 2019-07-02 18:10:40 -05:00
Jesús
ed08b1201f neotree from MELPA: until fix https://github.com/jaypei/emacs-neotree/issues/317 2019-05-12 19:00:44 -05:00
Jesús
baebade667 change package-archive-priorities melpa-stable firts
Use the option package-archive-priorities which was made for this
very purpose. To prefer MELPA Stable over MELPA.

The higher the number, the higher the priority of a package archive.
For any package that exists in multiple archives Emacs' package manager
picks the package from the archive with the highest priority,
and ignores packages in other archives, even if the version number
is higher.

If the package exists in two archives of the same priority,
the higher version number wins, and ultimately
I think the order in package-archives.
2019-02-01 14:43:16 -05:00
Jesús
ced0fe8f9e Change directory lisp/ to modules/
FS #2
2019-01-22 15:45:41 -05:00