mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Add option for maude-mode
This commit is contained in:
parent
4efeb63680
commit
1dc9d1a375
3
init.org
3
init.org
@ -1205,6 +1205,9 @@
|
|||||||
(add-hook 'maude-mode-hook
|
(add-hook 'maude-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(setq-local comment-start "---")))
|
(setq-local comment-start "---")))
|
||||||
|
|
||||||
|
(with-eval-after-load 'maude-mode
|
||||||
|
(add-to-list 'maude-command-options "-no-wrap"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Matlab
|
** Matlab
|
||||||
|
Loading…
Reference in New Issue
Block a user