branch: elpa/pacmacs commit 66dd6b0aeefd0a1f8bd077735cc1c2c074561145 Author: rexim <[email protected]> Commit: rexim <[email protected]>
Enable truncate lines for score table (#203)
---
pacmacs.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/pacmacs.el b/pacmacs.el
index 17276ceb9b..3e6b7fac6c 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -747,6 +747,7 @@
(text-mode)
(read-only-mode 1)
+ (setq truncate-lines t)
(pacmacs--load-map-sign "scores")
