tramp settings
This commit is contained in:
parent
602fd1226e
commit
47e415591d
1 changed files with 5 additions and 0 deletions
|
@ -122,3 +122,8 @@
|
||||||
(load-file "~/.emacs.d/puppet-flymake/flymake-puppet.el"))
|
(load-file "~/.emacs.d/puppet-flymake/flymake-puppet.el"))
|
||||||
(require 'flymake-puppet)
|
(require 'flymake-puppet)
|
||||||
(add-hook 'puppet-mode-hook (lambda () (flymake-puppet-load)))
|
(add-hook 'puppet-mode-hook (lambda () (flymake-puppet-load)))
|
||||||
|
|
||||||
|
;; tramp mode ssh (faster)
|
||||||
|
(setq tramp-default-method "ssh")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue