doomemacs/modules/tools
Henrik Lissner c06040338a
fix(lsp,tree-sitter): void-function lsp!/tree-sitter! errors
These are autodefs, meaning they should be defined whether or not the
containing module is enabled, but they should no-op when it's disabled,
by defining a no-op macro with the same name. However, lsp! and
tree-sitter! are meant to be used as hooks, and you can't use macros as
hooks, so you get void-function errors when they are used as such.

This ensures they are properly defined as no-op functions in those
cases. I.e.

  ;;;###autodef FORM

FORM is used instead of a no-op macro if the parent module is disabled.
2022-06-22 20:35:52 +02:00
..
ansible bump: :tools 2022-01-30 02:42:54 +01:00
biblio bump: :tools 2022-06-17 21:53:56 +02:00
debugger bump: :tools debugger lsp 2022-06-17 18:54:27 +02:00
direnv bump: :tools 2022-06-17 21:53:56 +02:00
docker bump: :tools 2022-06-17 21:53:56 +02:00
editorconfig bump: :tools 2022-06-17 21:53:56 +02:00
ein bump: :tools 2022-06-17 21:53:56 +02:00
eval bump: :tools 2022-06-17 21:53:56 +02:00
gist refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00
lookup bump: :tools 2022-06-17 21:53:56 +02:00
lsp fix(lsp,tree-sitter): void-function lsp!/tree-sitter! errors 2022-06-22 20:35:52 +02:00
magit fix(magit): only revert if buffer file exists 2022-06-18 17:19:23 +02:00
make Bump :tools 2020-11-29 14:28:47 -05:00
pass bump: :tools 2022-03-31 19:25:50 +02:00
pdf bump: :tools pdf 2022-05-26 23:47:00 +02:00
prodigy bump: :tools 2022-06-17 21:53:56 +02:00
rgb bump: :tools 2022-06-17 21:53:56 +02:00
taskrunner s/prereqisites/prerequisites 2021-03-06 12:05:55 -05:00
terraform bump: :tools 2022-06-17 21:53:56 +02:00
tmux/autoload fix(tmux): +tmux/rerun fails due to malformed +tmux-last-command 2022-01-28 21:02:05 +01:00
tree-sitter fix(lsp,tree-sitter): void-function lsp!/tree-sitter! errors 2022-06-22 20:35:52 +02:00
upload bump: :tools 2022-01-30 02:42:54 +01:00