Commit graph

8 commits

Author SHA1 Message Date
Ellis Kenyő
d92219d8d8
fix(gdscript): remove executable-find formatter check 2023-09-13 20:21:03 +01:00
Ellis Kenyő
12c901cf28
feat(format): add :lang gdscript formatter 2023-09-13 20:20:59 +01:00
Henrik Lissner
ad6a3d0f33
refactor: deprecate featurep! for modulep!
featurep! will be renamed modulep! in the future, so it's been
deprecated. They have identical interfaces, and can be replaced without
issue.

featurep! was never quite the right name for this macro. It implied that
it had some connection to featurep, which it doesn't (only that it was
similar in purpose; still, Doom modules are not features). To undo such
implications and be consistent with its namespace (and since we're
heading into a storm of breaking changes with the v3 release anyway),
now was the best opportunity to begin the transition.
2022-08-14 20:43:35 +02:00
Henrik Lissner
d58d084774
tweak(:lang,:tools): start eglot/lsp-mode later
To ensure lsp/eglot settings have precedence over local servers (e.g.
cider and lookup handlers).

Ref: clojure-emacs/cider#3170
2022-03-30 17:32:47 +02:00
Nathan Lovato
aecd60cfab Add shortcuts and descriptions for GDScript module 2021-01-23 15:18:48 -06:00
Henrik Lissner
6a64f37435
Minor refactors & revision across the board 2020-07-31 01:39:24 -04:00
Henrik Lissner
5627d6d429
lang/gdscript: minor reformatting 2020-06-07 02:31:13 -04:00
Nathan Lovato
f8f62e0a65 Add gdscript module 2020-05-31 19:10:31 -06:00