Jonathan Hayase
Jonathan Hayase
Lol thanks for your input, @raxod502.
The slurp-forward binding should probably remain the same. Everything else is free to move around.
```emacs (advice-add 'shell-command-to-string :around (my/defun-as-value nadvice/shell-command-to-string (old-fun &rest args) (let ((shell-file-name (my/detect-shell))) (apply old-fun args)))) ```
Will require a PR against https://github.com/hpdeifel/evil-latex-textobjects.
https://github.com/seagle0128/doom-modeline looks nice.
https://github.com/davidshepherd7/aggressive-fill-paragraph-mode
In fact this is true of yanking in general.
Unfortunately, I can't seem to reproduce this...
I'm going to say this appears to be fixed.
There is another issue that results from this. Will need to reproduce.