diff options
Diffstat (limited to 'itches')
| -rw-r--r-- | itches/emacs/bulk.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md index 1214290..775e513 100644 --- a/itches/emacs/bulk.md +++ b/itches/emacs/bulk.md @@ -10,7 +10,6 @@ - understand `autocd` and `cd !$` - use Bash completions (e.g. `ls TAB` in a folder with one file) - eshell: `ls --group-directories-first` does not color folders -- eww, gnus-article: adapt filling to window width changes - scroll-lock-mode - cursor stuck on lines wrapped by visual-line-mode - cursor stuck on lines with lines taller than regular height (see @@ -152,6 +151,14 @@ Use-cases: - defun-building macros seem hard to understand for xref: e.g. `M-.` on `rg` does not jump to `rg-define-search rg` +## shr + +- eww, gnus-article: adapt filling to window width changes + - alternately, teach shr not to fill lines; rely on + visual-line-mode (cf. [wasamasa's monkey-patch in nov.el]) + +[wasamasa's monkey-patch in nov.el]: https://github.com/wasamasa/nov.el/commit/ecbdecc927a3b3f7e0927d225e6e6464c244c2ae + ## External libraries ### adaptive-wrap |
