emacs: use alloy-mode for dsh (DASH) files as well
[~bandali/configs] / .emacs.d / init.el
index 6ef2748..76f3eea 100644 (file)
@@ -1415,7 +1415,7 @@ This function is intended for use with `ivy-ignore-buffers'."
 
 (use-package alloy-mode
   :straight (:host github :repo "dwwmmn/alloy-mode")
-  :mode "\\.als\\'"
+  :mode "\\.\\(als\\|dsh\\)\\'"
   :config
   (setq alloy-basic-offset 2)
   ;; (defun b/alloy-simple-indent (start end)