branch: elpa/pacmacs
commit f174ccb540b4a6f48d89032318e47a04772d704c
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    Enable truncate-lines for Game Over page (#201)
---
 pacmacs.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pacmacs.el b/pacmacs.el
index 536dae30c7..975ce80fea 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -598,6 +598,7 @@
   (pacmacs--render-state)
 
   (fundamental-mode)
+  (setq truncate-lines t)
   (read-only-mode 0)
 
   (with-current-buffer pacmacs-buffer-name

Reply via email to