aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* perf: optimize startup time and fix theme colorsHEADmasterAstounds2026-02-288-93/+90
| | | | | | | | | 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-275-6/+7
| | | | | | | | | | - 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
* 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
|
* Fix vscode-dark-plus-theme lookJesus2024-05-201-7/+11
|
* Remove unused packagesJesus2024-05-193-151/+1
|
* 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
|
* 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-181-1/+1
|
* Set vscode like default themeJesús2022-10-172-3/+49
|
* Remove anzu from mode-lineJesús2022-10-171-21/+0
|
* Add graphvizJesús2022-10-171-0/+20
|
* Add terraform moduleJesús2022-09-011-0/+12
|
* Fix path reveal.jsJesús2022-05-051-1/+1
|
* add reveal.jsJesús2022-05-051-0/+14
|
* Add restclient packageJesús2022-03-071-0/+15
|
* Add .env to custom configurationJesús2022-03-052-3/+15
|
* 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-151-1/+4
|
* init-linter: add docJesús2022-01-151-1/+4
|
* hotfix lspJesús2022-01-151-6/+18
|
* improve javascript modeJesús2022-01-152-63/+36
|
* Add lsp-uiJesús2022-01-151-0/+2
|
* Add linter supportJesús2022-01-151-0/+23
|
* Add tideJesús2022-01-152-5/+10
|
* Add .tsx extension to web-modeJesús2022-01-071-0/+1
|
* Add typescript-modeJesús2022-01-071-0/+11
|
* stop create-lockfilesJesús2022-01-071-0/+1
|
* company: change to backtabJesús2021-12-051-2/+1
| | | | one of the reasons why some languages use <tab> for spacing and not autocomplete
* company: prevent breaks ivy's completion in minibufferJesús2021-12-051-3/+4
|
* company-mode: change to ALT+TABJesús2021-12-051-1/+1
|
* Autocomplete: fix companyJesús2021-12-031-5/+6
|
* simplify git-modes packageJesús2021-11-021-12/+10
|
* fix missing packagesJesús2021-11-021-15/+13
| | | | | | Error (use-package): Failed to install gitconfig-mode: Package ‘gitconfig-mode-’ is unavailable Error (use-package): Failed to install gitignore-mode: Package ‘gitignore-mode-’ is unavailable Error (use-package): Failed to install gitattributes-mode: Package ‘gitattributes-mode-’ is unavailable
* Add kbd for mcJesús2021-11-021-0/+4
|
* Merge branch 'master' of ssh://hgit/software/emacs-personal into masterJesús2021-11-021-0/+11
|\
| * Add lua languageJesús2021-10-161-0/+11
| |
* | change sudo to doas for open file with root privilegesJesús2021-11-021-4/+4
|/