From 721b027fe986ddfd66ec6c1f461a756c8ca308cd Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 5 Jan 2016 21:47:09 +0100 Subject: [PATCH] Add Maude settings --- init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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