aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* perf: optimize startup time and fix theme colorsHEADmasterAstounds2026-02-289-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 MITAstounds2026-02-271-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 workflowAstounds2026-02-271-4/+0
| | | | | Byte-compile without installed packages produces false positives. Load test is sufficient for CI validation.
* .gitignore: updateAstounds2026-02-271-20/+33
|
* ci: add test workflow and fix code quality issuesAstounds2026-02-277-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: updateAstounds2026-02-271-75/+257
|
* fix when non gui modeAstounds2026-02-271-2/+3
|
* fix usage all-the-iconsAstounds2026-02-211-3/+3
|
* hydra: remove obsolete functionsAstounds2026-02-212-5/+1
|
* fix Symbol's function definition is void: set-scroll-bar-modeAstounds2026-02-211-29/+29
|
* workflows: set sourcehut like mirrorJesus2024-08-081-0/+39
|
* Fix vscode-dark-plus-theme lookJesus2024-05-201-7/+11
|
* Remove unused packagesJesus2024-05-195-154/+2
|
* Relax line guidesJesus E2023-07-031-2/+16
|
* improve gui+Jesus E2023-05-131-6/+3
|
* add comments to init guiJesus E2023-05-131-4/+10
|
* improve dashboardJesus E2023-05-131-6/+19
|
* Remove unused lines commentsJesus E2023-05-131-9/+0
|
* improve init elpaJesus E2023-05-131-3/+6
|
* Fix mode js2-modeJesus E2023-05-131-1/+1
|
* Refactoring codeJesus E2023-05-132-41/+37
|
* README.md: updateJesus E2023-05-131-1/+1
|
* Remove directory libs b'cause no existsJesus E2023-05-131-9/+0
|
* Fix highlight indent guidesJesus E2023-05-131-2/+3
|
* Set web browser from environment fileJesús2022-10-182-1/+4
|
* Update custom to current packagesJesús2022-10-171-6/+1
|
* Set vscode like default themeJesús2022-10-174-5/+52
|
* Remove anzu from mode-lineJesús2022-10-171-21/+0
|
* Merge branch 'master' of ssh://c.hgit.ga/software/emacs-personal into masterJesús2022-10-171-5/+11
|\
| * README.md: updateJesús2022-10-151-5/+11
| |
* | Add graphvizJesús2022-10-172-0/+21
|/
* Add terraform moduleJesús2022-09-012-0/+13
|
* README.md: update URLJesus2022-07-111-2/+2
|
* Fix path reveal.jsJesús2022-05-052-2/+2
|
* add reveal.jsJesús2022-05-053-1/+19
|
* Add restclient packageJesús2022-03-073-2/+18
|
* Add .env to custom configurationJesús2022-03-058-12/+32
|
* [.gitignore]: add snippets to ignoreJesús2022-03-051-0/+1
|
* minor fixJesús2022-01-171-3/+0
|
* init-linter: simple syntaxJesús2022-01-171-3/+3
|
* relax flycheckJesús2022-01-162-1/+1
|
* Disable by default lspJesús2022-01-151-4/+2
| | | | | | for enable please use: M-x: lsp [RET]
* Add missing prettier-js packageJesús2022-01-152-2/+5
|
* init-linter: add docJesús2022-01-151-1/+4
|
* hotfix lspJesús2022-01-151-6/+18
|
* improve javascript modeJesús2022-01-153-64/+37
|
* Add performance read-process-outputJesús2022-01-151-0/+2
|
* Add lsp-uiJesús2022-01-151-0/+2
|
* Add linter supportJesús2022-01-154-2/+28
|
* Add tideJesús2022-01-152-5/+10
|