Commit Graph

6 Commits

Author SHA1 Message Date
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