Skip to content

Commit

Permalink
use SSH in TRAMP by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias committed Jul 24, 2016
1 parent 1318a01 commit 323d2a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emacs/.emacs
Expand Up @@ -265,3 +265,6 @@

;; imenu
(global-set-key (kbd "M-i") 'imenu)

;; TRAMP mode config
(setq tramp-default-method "ssh")

0 comments on commit 323d2a8

Please sign in to comment.