summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elchemy-dashboard.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/elchemy-dashboard.el b/elchemy-dashboard.el
index fe91017..de9d755 100644
--- a/elchemy-dashboard.el
+++ b/elchemy-dashboard.el
@@ -79,6 +79,7 @@
(insert "\n")
(button-mode +1)
(read-only-mode +1)
+ (setq-local truncate-lines t)
(local-set-key (kbd "r") 'elchemy/recreate-dashboard)
(goto-char (point-min)))))