emacs: use alloy-mode for dsh (DASH) files as well
authorAmin Bandali <bandali@gnu.org>
Sat, 28 Dec 2019 05:18:33 +0000 (00:18 -0500)
committerAmin Bandali <bandali@gnu.org>
Sat, 28 Dec 2019 05:18:33 +0000 (00:18 -0500)
.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)