summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 81af7df..e0f72d9 100644
--- a/init.el
+++ b/init.el
@@ -502,7 +502,7 @@
502 :straight t 502 :straight t
503 :custom 503 :custom
504 (lua-indent-level 4) 504 (lua-indent-level 4)
505 :mode "\\.lua\\'") 505 :mode ("\\.lua\\'" "\\.rockspec\\'"))
506 506
507(use-package magit 507(use-package magit
508 ;; TODO: Do some proper setup 508 ;; TODO: Do some proper setup