Disable aggressive indentation for gdscript mode
This commit is contained in:
parent
2239d287b8
commit
a4ae068bf8
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@
|
||||||
:type git
|
:type git
|
||||||
:host github
|
:host github
|
||||||
:repo "godotengine/emacs-gdscript-mode")
|
: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
|
(defcustom gdscript-treesitter-location nil
|
||||||
"Location for gdscript's treesitter library."
|
"Location for gdscript's treesitter library."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue