diff --git a/init.org b/init.org index 0a0b2eb..639446c 100644 --- a/init.org +++ b/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