Commit graph

15 commits

Author SHA1 Message Date
b0361861b4
Further housekeeping, bring the initial load down to under 1500 ms
Some checks failed
/ Test config on 20 (push) Failing after 53s
Make the editor load faster by deferring as much as possible until
later use. For example, LSP load is now deferred until first use and
no longer blocking.

Use only elixir-format from elixir-mode, for similar speed
reasons. The rest of the package has been taken over by the treesitter
version of the mode.
2025-01-05 08:07:18 +02:00
3ffb484fd8
Housekeeping
Some checks failed
/ Test config on 20 (push) Failing after 44s
- Keep longer undo data, I have run into situations where the history
is too short.
- Clean up undo/redo key bindings.
- Try to make the dashboard package load async and faster. I have seen
it block more than once.
2025-01-02 07:58:01 +02:00
bd87a9f883
Add Aider and change font to other Iosevka
Some checks failed
/ Test config on 20 (push) Failing after 47s
2024-12-27 07:59:52 +02:00
3d47b6e70f
Update packages
Some checks failed
/ Test config on 20 (push) Failing after 46s
2024-12-15 10:41:05 +02:00
4be55a9351
Update packages
Some checks failed
/ Test config on 20 (push) Failing after 47s
2024-12-04 10:13:06 +02:00
d1ee6a12ed
Use TS mode for Kotlin
Some checks failed
/ Test config on 20 (push) Failing after 49s
2024-11-24 15:30:05 +02:00
34a2741886
Update packages
All checks were successful
/ Test config on 20 (push) Successful in 27s
2024-11-11 07:58:11 +02:00
d15b0776b0
Update elpaca
All checks were successful
/ Test config on 20 (push) Successful in 28s
2024-11-07 17:07:28 +02:00
42ccce60bd
Minor changes
All checks were successful
/ Test config on 20 (push) Successful in 27s
2024-11-04 08:05:39 +02:00
a68257ee41
Prefer setopt to :custom from use-package
All checks were successful
/ Test config on 20 (push) Successful in 26s
The following does not provide completion for variables:

  (use-package thing :custom (thing-thing :ok))
2024-10-31 14:36:47 +02:00
1679c28153
Write lockfile
All checks were successful
/ Test config on 20 (push) Successful in 26s
2024-10-30 12:11:45 +02:00
4ae4160e65
Read and write lockfiles
All checks were successful
/ Test config on 20 (push) Successful in 25s
2024-10-30 12:04:52 +02:00
f21f3dcc77
Use elpaca for longer
All checks were successful
/ Test config on 20 (push) Successful in 29s
2024-10-30 08:18:17 +02:00
1fe168ccc6
Slowly replace use-package with with-eval-after-load 2024-10-23 11:06:19 +03:00
c7b0c1c6c2
Use elpaca instead of straight
Some big changes related to that, and to use-package
2024-10-23 09:08:11 +03:00