doomemacs/modules/editor
Andrew Whatson 930d0d134a Improve +word-wrap in non-code buffers
Adds `+word-wrap-text-modes`, a list of modes which shouldn't get any
extra indentation. This is used for text and markdown modes, which
should just indent to the parent depth.

Adds `+word-wrap-visual-modes`, a list of modes which shouldn't enable
`adaptive-wrap-prefix-mode`. This is used to fix the prefix indentation
in `org-mode`, which provides its own implementation.

Tweaks the indent behaviour to treat strings the same as comments so
they don't receive additional indentation.
2019-10-16 00:48:40 +10:00
..
evil editor/evil: update evil-collection-mode-list 2019-10-12 00:48:48 -04:00
file-templates Use python-shell-interpreter for .py file tmeplate 2019-10-04 11:57:19 -04:00
fold editor/fold: fix void-variable hs-block-start-regexp 2019-10-14 13:19:32 -04:00
format Conform many modules to new conventions 2019-07-23 12:30:47 +02:00
god editor/god: minor refactor 2019-10-04 22:14:13 -04:00
lispy Fix typo in lispy README (modules -> module) 2019-10-08 20:07:07 +13:00
multiple-cursors General, minor refactors & comment revision 2019-09-11 23:41:08 -04:00
objed def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
parinfer 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
rotate-text editor/rotate-text: conform to hook conventions 2019-07-24 22:13:19 +02:00
snippets Insult byte-compiler's mom 2019-09-20 23:10:53 -04:00
word-wrap Improve +word-wrap in non-code buffers 2019-10-16 00:48:40 +10:00