Something is overriding my truncation setting.
I have this in my emacs
(setq-default truncate-lines t)
, but I still have to toggle-truncate-lines on every buffer.
This used to work a few weeks ago, but I can't figure out what causing this;)
Is there maybe a new command I'm supposed to use in Emacs-30?
It seems this is the line that caused it:
;treat txt files as org files
;(add-to-list 'auto-mode-alist '("\\.txt\\'" . org-mode))
Hmm, but now it doesn't truncate org-files.
Is setq-default truncate-lines supposed to work for all modes?
In org-mode, it doesn't truncate
Also, when I enable this line, csharp-mode doesn't truncate
(setq-default truncate-lines t)