From 73e917ae861268a62e05f27be1ac72f8466cd89e Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Fri, 9 Jan 2026 05:13:29 +0200 Subject: emacs: Fix lua config --- emacs/.config/emacs/arkta/arkta-progmodes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ :straight '(lua-ts-mode :type built-in) :after treesit :mode ("\\.lua\\'" "\\.rockspec\\'") - :custom (lua-ts-indent-offset standard-offset)) + :custom (lua-ts-indent-offset standard-indent)) (use-package make-mode :straight '(make-mode :type built-in) -- cgit v1.2.3