mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
config/default: tramp-default-method = ssh
This commit is contained in:
@ -34,6 +34,10 @@
|
|||||||
;; prompt for the key passphrase.
|
;; prompt for the key passphrase.
|
||||||
epa-pinentry-mode 'loopback))
|
epa-pinentry-mode 'loopback))
|
||||||
|
|
||||||
|
;;;###package tramp
|
||||||
|
(unless IS-WINDOWS
|
||||||
|
(setq tramp-default-method "ssh")) ; faster than the default scp
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;; Smartparens config
|
;;; Smartparens config
|
||||||
|
Reference in New Issue
Block a user