Freddie

Results 9 comments of Freddie

looking forward for this feature

How do you get Ubuntu to use xterm instead? I tried typing in 'xterm' in the Terminal field in settings but this didn't change anything.

aw man, i wish someone could help me with this issue :(

I'll follow up within the day.

I use this in my config for now: ```lisp (setq terminal-here-windows-terminal-command 'powershell) (with-eval-after-load 'terminal-here (add-to-list 'terminal-here-terminal-command-table (cons 'powershell '("cmd.exe" "/C" "start" "powershell.exe" "-NoExit" "-Command" "cd $PWD")))) ``` I can do...