Commit graph

23 commits

Author SHA1 Message Date
2ef1340e6c
Replace lsp-mode with eglot
Some checks failed
/ Test config on 20 (push) Failing after 49s
2025-09-18 15:06:30 +03:00
f03cae68b3
Update August 2025
Some checks failed
/ Test config on 20 (push) Failing after 51s
2025-08-04 11:39:09 +03:00
ea0e8706f2
Remove BSD specific config and make HEEx formatter work
Some checks failed
/ Test config on 20 (push) Failing after 46s
2025-01-28 08:11:57 +02:00
67066dee3d
Add new theme and make lua a standalone lang module
Some checks failed
/ Test config on 20 (push) Failing after 50s
2025-01-22 14:17:38 +02:00
87913bbd6a
More config changes
Some checks failed
/ Test config on 20 (push) Failing after 57s
2025-01-18 21:09:06 +02:00
118cf92a27
Make loading faster by eliminating require blocks
Some checks failed
/ Test config on 20 (push) Failing after 45s
2025-01-17 10:22:38 +02:00
3641dad52a
Configure transients
Some checks failed
/ Test config on 20 (push) Failing after 50s
2025-01-16 19:22:00 +02:00
eb58a51bab
Cleanup
Some checks failed
/ Test config on 20 (push) Failing after 42s
2025-01-15 11:06:47 +02:00
2150285aea
fix problem with lispy not loading
Some checks failed
/ Test config on 20 (push) Failing after 44s
2025-01-09 09:26:38 +02:00
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
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
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
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
c7b0c1c6c2
Use elpaca instead of straight
Some big changes related to that, and to use-package
2024-10-23 09:08:11 +03:00
42e9ee7862
Replace icejam/ with icejam- and icejam-lang/ with icejam- namespacing
All checks were successful
/ Test config on 20 (push) Successful in 27s
2024-10-22 12:47:06 +03:00
9dd86c7fc2
Add lispy mode
All checks were successful
/ Test config on 20 (push) Successful in 26s
2024-08-20 11:25:12 +03:00
ff2dbc1796
I broke some stuff, this fixes it
All checks were successful
/ Test config on 20 (push) Successful in 25s
2024-08-03 22:10:57 +03:00
13ed56fa04
Require LSP in Ruby
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
2024-07-30 13:42:46 +03:00
c2caa56b35
Namespace most of my custom functions
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
2024-07-28 14:31:54 +03:00
dd5387cd7e
Clear up functions named with +custom 2024-07-27 11:37:43 +03:00
1f20dd7bc1
Move lang files
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
2024-07-27 10:52:59 +03:00
Renamed from lang/elixir.el (Browse further)