| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | perf: optimize startup time and fix theme colorsHEADmaster | Astounds | 2026-02-28 | 9 | -95/+96 |
| | | | | | | | | | | 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 | ||||
| * | docs: fix license - GNU GPLv3 not MIT | Astounds | 2026-02-27 | 1 | -2/+2 |
| | | | | | | | Correct license information throughout the README: - Badge: MIT → GPL v3 - License section: MIT → GNU GPLv3 or later | ||||
| * | ci: remove byte-compile from test workflow | Astounds | 2026-02-27 | 1 | -4/+0 |
| | | | | | | Byte-compile without installed packages produces false positives. Load test is sufficient for CI validation. | ||||
| * | .gitignore: update | Astounds | 2026-02-27 | 1 | -20/+33 |
| | | |||||
| * | ci: add test workflow and fix code quality issues | Astounds | 2026-02-27 | 7 | -9/+44 |
| | | | | | | | | | | | - 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 | ||||
| * | README.md: update | Astounds | 2026-02-27 | 1 | -75/+257 |
| | | |||||
| * | fix when non gui mode | Astounds | 2026-02-27 | 1 | -2/+3 |
| | | |||||
| * | fix usage all-the-icons | Astounds | 2026-02-21 | 1 | -3/+3 |
| | | |||||
| * | hydra: remove obsolete functions | Astounds | 2026-02-21 | 2 | -5/+1 |
| | | |||||
| * | fix Symbol's function definition is void: set-scroll-bar-mode | Astounds | 2026-02-21 | 1 | -29/+29 |
| | | |||||
| * | workflows: set sourcehut like mirror | Jesus | 2024-08-08 | 1 | -0/+39 |
| | | |||||
| * | Fix vscode-dark-plus-theme look | Jesus | 2024-05-20 | 1 | -7/+11 |
| | | |||||
| * | Remove unused packages | Jesus | 2024-05-19 | 5 | -154/+2 |
| | | |||||
| * | Relax line guides | Jesus E | 2023-07-03 | 1 | -2/+16 |
| | | |||||
| * | improve gui+ | Jesus E | 2023-05-13 | 1 | -6/+3 |
| | | |||||
| * | add comments to init gui | Jesus E | 2023-05-13 | 1 | -4/+10 |
| | | |||||
| * | improve dashboard | Jesus E | 2023-05-13 | 1 | -6/+19 |
| | | |||||
| * | Remove unused lines comments | Jesus E | 2023-05-13 | 1 | -9/+0 |
| | | |||||
| * | improve init elpa | Jesus E | 2023-05-13 | 1 | -3/+6 |
| | | |||||
| * | Fix mode js2-mode | Jesus E | 2023-05-13 | 1 | -1/+1 |
| | | |||||
| * | Refactoring code | Jesus E | 2023-05-13 | 2 | -41/+37 |
| | | |||||
| * | README.md: update | Jesus E | 2023-05-13 | 1 | -1/+1 |
| | | |||||
| * | Remove directory libs b'cause no exists | Jesus E | 2023-05-13 | 1 | -9/+0 |
| | | |||||
| * | Fix highlight indent guides | Jesus E | 2023-05-13 | 1 | -2/+3 |
| | | |||||
| * | Set web browser from environment file | Jesús | 2022-10-18 | 2 | -1/+4 |
| | | |||||
| * | Update custom to current packages | Jesús | 2022-10-17 | 1 | -6/+1 |
| | | |||||
| * | Set vscode like default theme | Jesús | 2022-10-17 | 4 | -5/+52 |
| | | |||||
| * | Remove anzu from mode-line | Jesús | 2022-10-17 | 1 | -21/+0 |
| | | |||||
| * | Merge branch 'master' of ssh://c.hgit.ga/software/emacs-personal into master | Jesús | 2022-10-17 | 1 | -5/+11 |
| |\ | |||||
| | * | README.md: update | Jesús | 2022-10-15 | 1 | -5/+11 |
| | | | |||||
| * | | Add graphviz | Jesús | 2022-10-17 | 2 | -0/+21 |
| |/ | |||||
| * | Add terraform module | Jesús | 2022-09-01 | 2 | -0/+13 |
| | | |||||
| * | README.md: update URL | Jesus | 2022-07-11 | 1 | -2/+2 |
| | | |||||
| * | Fix path reveal.js | Jesús | 2022-05-05 | 2 | -2/+2 |
| | | |||||
| * | add reveal.js | Jesús | 2022-05-05 | 3 | -1/+19 |
| | | |||||
| * | Add restclient package | Jesús | 2022-03-07 | 3 | -2/+18 |
| | | |||||
| * | Add .env to custom configuration | Jesús | 2022-03-05 | 8 | -12/+32 |
| | | |||||
| * | [.gitignore]: add snippets to ignore | Jesús | 2022-03-05 | 1 | -0/+1 |
| | | |||||
| * | minor fix | Jesús | 2022-01-17 | 1 | -3/+0 |
| | | |||||
| * | init-linter: simple syntax | Jesús | 2022-01-17 | 1 | -3/+3 |
| | | |||||
| * | relax flycheck | Jesús | 2022-01-16 | 2 | -1/+1 |
| | | |||||
| * | Disable by default lsp | Jesús | 2022-01-15 | 1 | -4/+2 |
| | | | | | | | for enable please use: M-x: lsp [RET] | ||||
| * | Add missing prettier-js package | Jesús | 2022-01-15 | 2 | -2/+5 |
| | | |||||
| * | init-linter: add doc | Jesús | 2022-01-15 | 1 | -1/+4 |
| | | |||||
| * | hotfix lsp | Jesús | 2022-01-15 | 1 | -6/+18 |
| | | |||||
| * | improve javascript mode | Jesús | 2022-01-15 | 3 | -64/+37 |
| | | |||||
| * | Add performance read-process-output | Jesús | 2022-01-15 | 1 | -0/+2 |
| | | |||||
| * | Add lsp-ui | Jesús | 2022-01-15 | 1 | -0/+2 |
| | | |||||
| * | Add linter support | Jesús | 2022-01-15 | 4 | -2/+28 |
| | | |||||
| * | Add tide | Jesús | 2022-01-15 | 2 | -5/+10 |
| | | |||||
