diff --git a/example/mu/example.dtx b/example/mu/example.dtx
index 97315f67efe5d6b09f652befd80ab04ef6e9174b..be794edeb297f005b4ea3ba20df224c589f1fc4f 100644
--- a/example/mu/example.dtx
+++ b/example/mu/example.dtx
@@ -413,13 +413,15 @@
 \usepackage{markdown} %% Lightweight markup
 \usepackage{listings} %% Source code highlighting
 \lstset{
-  basicstyle      = \ttfamily,%
-  identifierstyle = \color{black},%
-  keywordstyle    = \color{blue},%
-  keywordstyle    = {[2]\color{cyan}},%
-  keywordstyle    = {[3]\color{olive}},%
-  stringstyle     = \color{teal},%
-  commentstyle    = \itshape\color{magenta}}
+  basicstyle      = \ttfamily,
+  identifierstyle = \color{black},
+  keywordstyle    = \color{blue},
+  keywordstyle    = {[2]\color{cyan}},
+  keywordstyle    = {[3]\color{olive}},
+  stringstyle     = \color{teal},
+  commentstyle    = \itshape\color{magenta},
+  breaklines      = true,
+}
 \usepackage{floatrow} %% Putting captions above tables
 \floatsetup[table]{capposition=top}
 %<*econ>