1
0
Fork 0

Use global-visual-line-mode for word wrap

This commit is contained in:
Daniele Tricoli 2023-03-21 15:36:26 +01:00
parent b810c47d56
commit e3f9f7fba9
1 changed files with 2 additions and 5 deletions

View File

@ -263,11 +263,8 @@
; expandtab
(setq-default indent-tabs-mode nil)
; Enable world wrap and disable truncate lines.
(set-default 'word-wrap t)
(set-default 'truncate-lines nil)
(setq helm-buffers-truncate-lines nil)
(setq org-startup-truncated nil)
; Enable world wrap for all the things!
(global-visual-line-mode t)
; Increase size of LaTeX fragment previews
(plist-put org-format-latex-options :scale 2)