Commit Graph

9 Commits

Author SHA1 Message Date
c625b78eb4 fix(gdscript): replace removed functions with new binding
This commit removes the keybinds to add and remove a breakpoint in a
gdscript buffer, which were removed from gdscript-mode long ago, and
replaces them with one binding to toggle a breakpoint.

Fix: #7254
2024-06-03 16:15:47 -04:00
d92219d8d8 fix(gdscript): remove executable-find formatter check 2023-09-13 20:21:03 +01:00
12c901cf28 feat(format): add :lang gdscript formatter 2023-09-13 20:20:59 +01:00
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
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
aecd60cfab Add shortcuts and descriptions for GDScript module 2021-01-23 15:18:48 -06:00
6a64f37435 Minor refactors & revision across the board 2020-07-31 01:39:24 -04:00
5627d6d429 lang/gdscript: minor reformatting 2020-06-07 02:31:13 -04:00
f8f62e0a65 Add gdscript module 2020-05-31 19:10:31 -06:00