dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 799ac36353163409bc8cf012dce381d3717c644a
parent 2032d0b3e77b1a18c8202b66b4f5ba613ea93573
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu,  3 Mar 2022 22:51:13 +0100

emacs: wrap text in help window

Diffstat:
Memacs/config.org | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -731,6 +731,7 @@ I want to wrap text at window boundary for some modes: (za/toggle-wrap t) (org-indent-mode))) (add-hook 'markdown-mode-hook (lambda () (za/toggle-wrap t))) + (add-hook 'help-mode-hook (lambda () (za/toggle-wrap t))) #+end_src ** Pulse line