doomemacs/modules/tools/eval/autoload
sahlte 05e34351ea
fix(eval): double prompt when region sent to repl
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
2024-12-01 11:21:28 -05:00
..
eval.el fix(eval): warnings after eval error 2024-04-08 19:53:46 -04:00
evil.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
repl.el fix(eval): double prompt when region sent to repl 2024-12-01 11:21:28 -05:00
settings.el refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00