diff options
| -rw-r--r-- | emacs/.config/emacs/arkta/arkta-progmodes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/emacs/arkta/arkta-progmodes.el b/emacs/.config/emacs/arkta/arkta-progmodes.el index fc6c7e7..66931a6 100644 --- a/emacs/.config/emacs/arkta/arkta-progmodes.el +++ b/emacs/.config/emacs/arkta/arkta-progmodes.el | |||
| @@ -158,7 +158,7 @@ | |||
| 158 | :straight '(lua-ts-mode :type built-in) | 158 | :straight '(lua-ts-mode :type built-in) |
| 159 | :after treesit | 159 | :after treesit |
| 160 | :mode ("\\.lua\\'" "\\.rockspec\\'") | 160 | :mode ("\\.lua\\'" "\\.rockspec\\'") |
| 161 | :custom (lua-ts-indent-offset standard-offset)) | 161 | :custom (lua-ts-indent-offset standard-indent)) |
| 162 | 162 | ||
| 163 | (use-package make-mode | 163 | (use-package make-mode |
| 164 | :straight '(make-mode :type built-in) | 164 | :straight '(make-mode :type built-in) |