fix(tramp): magit-tramp-pipe-stty-settings typo

Amend: 71eae252ac
This commit is contained in:
Henrik Lissner
2025-09-17 13:30:47 -04:00
parent b277d96d3a
commit 5217f37703

View File

@@ -33,7 +33,7 @@
;; See magit/magit#5220 ;; See magit/magit#5220
(after! magit (after! magit
(setq magit-tramp-pipe-stty-setings 'pty)) (setq magit-tramp-pipe-stty-settings 'pty))
;; PERF: Newer versions of TRAMP will use SSH connection sharing for much faster ;; PERF: Newer versions of TRAMP will use SSH connection sharing for much faster