Fix how I send code to a Project's Terminal

This commit is contained in:
Howard Abrams 2023-05-31 17:08:15 -07:00
parent eaa547e445
commit b948a940a4

View file

@ -768,7 +768,7 @@ If I end a command with a =|v=, it sends the compile command to a vterm session
;; (add-to-list 'compile-history full-command)
(let ((command (replace-regexp-in-string rx-compile-to-vterm "" full-command)))
(ha-shell-send command project-dir)))
(ha-ssh-send command project-dir)))
#+end_src
And what about sending the command to Eshell as well?