From 327b0cc1a1ad113aca91b7f51355253663fad110 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 28 Dec 2019 00:18:33 -0500 Subject: [PATCH] emacs: use alloy-mode for dsh (DASH) files as well --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6ef2748..76f3eea 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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) -- 2.20.1