tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
169 stars 35 forks source link

In default entry point, changed switch-to-buffer-other-window to pop-to-buffer #99

Closed DanielReedOcean closed 3 years ago

DanielReedOcean commented 3 years ago

To address #98 and allow the user to control screen splitting, I changed switch-to-buffer-other-window to pop-to-buffer at the default entry point, as suggested here.

tpapp commented 3 years ago

Thanks for looking into a solution and making a PR. Merging.