This commit is contained in:
Valentin Boettcher 2024-05-11 20:18:35 -04:00
parent 363e464cf6
commit 4de32b3c7d
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE
2 changed files with 2 additions and 2 deletions

View file

@ -3009,7 +3009,7 @@ The package =elpy= comes with some improvements, especially when it
comes to sending part of a buffer to the repl, but it comes with all
sorts of baggage that interfere with my emacs setup.
From my jolly [[https://julialang.org/][Julia]] day I'm used to [[https://github.com/shg/julia-vterm.el][julia-vterm]]. This emacs package
From my jolly [[https://julialang.org/][Julia]] days I'm used to [[https://github.com/shg/julia-vterm.el][julia-vterm]]. This emacs package
runs a Julia REPL using a full terminal emulator ([[https://github.com/akermu/emacs-libvterm][emacs-libvterm]]). So
in the pursuit of a nice hack, I ~M-x replace-string~'d the word =julia=
with =python= and gave it a shot. Remarkably, the whole thing just

View file

@ -21,7 +21,7 @@ The package `elpy` comes with some improvements, especially when it
comes to sending part of a buffer to the repl, but it comes with all
sorts of baggage that interfere with my emacs setup.
From my jolly [Julia](https://julialang.org/) day I'm used to [julia-vterm](https://github.com/shg/julia-vterm.el). This emacs package
From my jolly [Julia](https://julialang.org/) days I'm used to [julia-vterm](https://github.com/shg/julia-vterm.el). This emacs package
runs a Julia REPL using a full terminal emulator ([emacs-libvterm](https://github.com/akermu/emacs-libvterm)). So
in the pursuit of a nice hack, I `M-x replace-string`'d the word `julia`
with `python` and gave it a shot. Remarkably, the whole thing just