Autoload extra project markers
1 files changed, 4 insertions(+), 0 deletions(-) M deno-ts-mode.el
M deno-ts-mode.el => deno-ts-mode.el +4 -0
@@ 135,5 135,9 @@ determined by `deno-project-p') this function will fallback to ;; Required for Deno's color output. (add-hook 'compilation-filter-hook 'ansi-color-compilation-filter) ;;;###autoload (dolist (file '("deno.json" "deno.jsonc")) (add-to-list 'project-vc-extra-root-markers file)) (provide 'deno-ts-mode) ;;; deno-ts-mode.el ends here