[emacs] use alloy-mode for als files
[~bandali/configs] / init.org
index ee75041..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
 
@@ -2100,6 +2101,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
 
 #+begin_src emacs-lisp
 (use-package orgalist
+  :disabled t
   :after message
   :hook (message-mode . orgalist-mode))
 #+end_src