mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
The +eval/send-region-to-repl command was adding an extra newline when sending regions to REPLs, causing double prompts to appear. This removes the extra newline for cleaner REPL interaction across all language modes. * modules/tools/eval/autoload/repl.el (+eval/send-region-to-repl): remove concatenation of newline after region