diff --git a/workflows/godot-custom.el b/workflows/godot-custom.el index 218cc52..de77f43 100644 --- a/workflows/godot-custom.el +++ b/workflows/godot-custom.el @@ -27,7 +27,9 @@ :type git :host github :repo "godotengine/emacs-gdscript-mode") - :hook (gdscript-mode . eglot-ensure)) + :hook (gdscript-mode . eglot-ensure) + :init + (add-hook 'gdscript-mode-hook (lambda () (aggressive-indent-mode -1)))) (defcustom gdscript-treesitter-location nil "Location for gdscript's treesitter library."