Replace debug-set! with setenv COLUMNS
As that actually seems to work.
This commit is contained in:
parent
6bc1da014f
commit
fb180e1ebd
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@
|
|||
|
||||
(setlocale LC_ALL "en_US.UTF-8")
|
||||
|
||||
(debug-set! width 256)
|
||||
;; Make stack traces more useful
|
||||
(setenv "COLUMNS" "256")
|
||||
|
||||
(match (command-line)
|
||||
((name job)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue