summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-03-09 21:39:55 +0200
committerGravatar Uko Kokņevičs2025-03-09 22:55:42 +0200
commit0d07719c354a710199e51e03e74c6c6885ef3a02 (patch)
treeec028e876de01e0a60048ca0fbdcef313a9e5921 /init.el
parentlisp-mode, slime: Make slime child of lisp-mode (diff)
downloademacs.d-0d07719c354a710199e51e03e74c6c6885ef3a02.tar.gz
emacs.d-0d07719c354a710199e51e03e74c6c6885ef3a02.tar.xz
emacs.d-0d07719c354a710199e51e03e74c6c6885ef3a02.zip
lua-mode: Add .rockspec as a recognised extension
Diffstat (limited to 'init.el')
-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