[emacs] use alloy-mode for als files
[~bandali/configs] / init.org
index 26bf448..818e5c3 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1480,6 +1480,7 @@ Automatically save place in each file.
 #+begin_src emacs-lisp
 (use-package alloy-mode
   :straight (:host github :repo "dwwmmn/alloy-mode")
+  :mode "\\.als\\'"
   :config (setq alloy-basic-offset 2))
 #+end_src