[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Emacs - dlaczego nie zapisuje (niezawijania wierszy)



jb7@o2.pl writes:

[...]
> Chciałbym, żeby po uruchomieniu emacs domyślnie nie zawijał wierszy.

Czesc!

Dopisz do swojego ~/.emacs takie linijki:

;; truncate lines if they are too long
(setq-default truncate-lines t)
;; trucate even even when screen is split into multiple windows
(setq-default truncate-partial-width-windows nil)

Pozdrawiam,

PT



Reply to: