summaryrefslogtreecommitdiff
path: root/elchemy-dashboard.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-21 21:42:29 -0700
committerChristian Cunningham <cc@localhost>2024-06-21 21:42:29 -0700
commitdac34633709fb6fc8b9e5d5482f0124ffa4ddfd6 (patch)
tree2224be9f7db35484fe87f5e045ef10f13b18310a /elchemy-dashboard.el
parent148d09ae710b361ce46213a82b9f8b5db1478b64 (diff)
Stylistic Choice
Diffstat (limited to 'elchemy-dashboard.el')
-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)))))