0x00

Results 2 comments of 0x00

yes, It works correctly with a tiny pause. After reading the [document](https://www.gnu.org/software/emacs/manual/html_node/elisp/Waiting.html), I suggest the following code to fix this: ``` lisp ... (redisplay) (setq visual-fill-column-width (writeroom--calculate-width) ... ``` Of...