Defines a new minor-mode `+word-wrap-mode` which configures adaptive-wrap-prefix-mode and visual-line-mode for smart soft-wrapping of code. Evil users can toggle it with `SPC t w`. Enable globally with `+global-word-wrap-mode`. See the README for more details!
4 lines
90 B
EmacsLisp
4 lines
90 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/word-wrap/packages.el
|
|
|
|
(package! adaptive-wrap)
|