tramp settings

This commit is contained in:
finga 2016-06-20 14:05:19 +02:00
parent 602fd1226e
commit 47e415591d

View file

@ -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")