Emacs word wrapping

lightmode
E. Almqvist 4 years ago
parent 04319be22c
commit aa11f9c110
  1. 3
      doom.d/config.el

@ -77,3 +77,6 @@
; Scroll ; Scroll
(setq scroll-conservatively 101) (setq scroll-conservatively 101)
; Word wrap
(global-visual-line-mode t)

Loading…
Cancel
Save