mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
new hotness on shell configuration
This commit is contained in:
parent
7d4d019969
commit
94b471bdc4
1 changed files with 3 additions and 0 deletions
|
|
@ -839,6 +839,9 @@ This is sort of implicit in the code, but I
|
|||
;; if [[ "$TERM" != "dumb" ]]; then
|
||||
;; # vterm configuration, etc.
|
||||
;; fi
|
||||
|
||||
;; OR, the new way I've been doing this:
|
||||
;; [[ "$TERM" = "dumb" ]] && return
|
||||
(setq tramp-terminal-type "dumb")
|
||||
|
||||
;; To debug tramp, set the following variable (max value 11).
|
||||
|
|
|
|||
Loading…
Reference in a new issue