mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Add Maude settings
This commit is contained in:
parent
b90d96025a
commit
721b027fe9
10
init.org
10
init.org
@ -1186,6 +1186,16 @@
|
||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
|
||||
#+END_SRC
|
||||
|
||||
** Maude
|
||||
|
||||
Use =---= for comments in Maude.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'maude-mode-hook
|
||||
(lambda ()
|
||||
(setq-local comment-start "---")))
|
||||
#+END_SRC
|
||||
|
||||
** Matlab
|
||||
|
||||
=Matlab-mode= works pretty good out of the box, but we can do without the
|
||||
|
Loading…
Reference in New Issue
Block a user