this post was submitted on 28 Jul 2025
2 points (100.0% liked)

Emacs

2598 readers
1 users here now

Our infinitely powerful editor.

founded 5 years ago
MODERATORS
 

Recently found about tramp-mode. I'm trying to use it as primary way to work. My previous workflow was: VNC to VM, open emacs for editing and shell-pop for issuing run commands etc. My shell-pop config is: '(shell-pop-full-span t) '(shell-pop-shell-type '("eshell" "*eshell*" (lambda nil (eshell shell-pop-term-shell)))) '(shell-pop-universal-key "C-t") '(shell-pop-window-position "bottom") '(shell-pop-window-size 30)

With tramp-mode I would like to follow similar approach. I can get shell-pop to come up with ctrl-t and it opens current working directory. However .cshrc related to VM is not loaded and I don't have access to correct VM shell commands / tools.

is there way to source RC file (from VM) before invoking eshell?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here