Emacs: sudo over tramp and longer password caching
This commit is contained in:
parent
cbff2d30fa
commit
8a7a3a8c7d
1 changed files with 3 additions and 1 deletions
|
@ -1210,7 +1210,9 @@
|
|||
(use-package tramp
|
||||
:init
|
||||
;; Set default connection method for TRAMP
|
||||
(setq tramp-default-method "ssh"))
|
||||
(setq tramp-default-method "ssh")
|
||||
(require 'em-tramp)
|
||||
(setq password-cache-expiry 3600))
|
||||
|
||||
;; telephone-line
|
||||
;; A new implementation of Powerline for Emacs
|
||||
|
|
Loading…
Reference in a new issue