diff options
author | Amin Bandali <bandali@gnu.org> | 2019-12-28 00:18:33 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-12-28 00:18:33 -0500 |
commit | 327b0cc1a1ad113aca91b7f51355253663fad110 (patch) | |
tree | 73530ea7df1afe9254c436b035306bcc71c1a099 | |
parent | 3b42314a35ce6e498faa5cdec76463197a38f045 (diff) | |
download | configs-327b0cc1a1ad113aca91b7f51355253663fad110.tar.gz configs-327b0cc1a1ad113aca91b7f51355253663fad110.tar.xz configs-327b0cc1a1ad113aca91b7f51355253663fad110.zip |
emacs: use alloy-mode for dsh (DASH) files as well
-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) |