Back to ssh for tramp method. more emacs notes.

This commit is contained in:
Ivan Malison 2014-11-14 01:42:12 -08:00
parent 999de1d605
commit c37bdc16aa
2 changed files with 3 additions and 1 deletions

View File

@ -30,3 +30,5 @@ Emacs Notes -*- mode: org -*-
** C-c p r to replace in project.
** projectile-ibuffer is useful for killing buffers.
** C-x C-k r to apply macro to all lines in region
* <2014-11-14 Fri>
** C-x C-q to start dired write mode (C-x C-s to save changes.)

View File

@ -140,7 +140,7 @@ Return a list of installed packages or nil for every package not installed."
(add-hook 'after-init-hook #'flycheck-mode)
(require 'tramp)
(setq tramp-default-method "plink")
(setq tramp-default-method "ssh")
(use-package ace-jump-mode
:ensure t