Fix how I send code to a Project's Terminal
This commit is contained in:
parent
eaa547e445
commit
b948a940a4
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue