diff options
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |