projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d4e2a
)
[emacs] use alloy-mode for als files
author
Amin Bandali
<bandali@gnu.org>
Fri, 12 Apr 2019 23:21:30 +0000
(19:21 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 12 Apr 2019 23:21:30 +0000
(19:21 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
26bf448
..
818e5c3
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1480,6
+1480,7
@@
Automatically save place in each file.
#+begin_src emacs-lisp
(use-package alloy-mode
:straight (:host github :repo "dwwmmn/alloy-mode")
+ :mode "\\.als\\'"
:config (setq alloy-basic-offset 2))
#+end_src