Add option for maude-mode

This commit is contained in:
Lars Tveito 2020-03-10 20:50:00 +01:00
parent 4efeb63680
commit 1dc9d1a375

View File

@ -1205,6 +1205,9 @@
(add-hook 'maude-mode-hook
(lambda ()
(setq-local comment-start "---")))
(with-eval-after-load 'maude-mode
(add-to-list 'maude-command-options "-no-wrap"))
#+END_SRC
** Matlab