Improve R5RS S-expression sends

master
Hektor Misplon 2023-04-07 22:53:27 +02:00
parent 935c9f17cd
commit d409ffb704
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
" TMUX pane.
" Send `(load <current-file>)` to tmux pane
nmap <leader>rf :call Scheme_send_sexp("(load \"" . expand("%:p") . "\")\n")<cr>
nmap <leader>rf :call Scheme_send_sexp("(#%require xrepl)(load \"" . expand("%:p") . "\")\n")<cr>
nmap <leader>re :call Scheme_eval_defun()<cr>
" Send s-expression to TMUX buffer