projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b42314
)
emacs: use alloy-mode for dsh (DASH) files as well
author
Amin Bandali
<bandali@gnu.org>
Sat, 28 Dec 2019 05:18:33 +0000
(
00:18
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 28 Dec 2019 05:18:33 +0000
(
00:18
-0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
6ef2748
..
76f3eea
100644
(file)
--- 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)