forked from colonelpanic/dotfiles
Back to ssh for tramp method. more emacs notes.
This commit is contained in:
parent
999de1d605
commit
c37bdc16aa
@ -30,3 +30,5 @@ Emacs Notes -*- mode: org -*-
|
|||||||
** C-c p r to replace in project.
|
** C-c p r to replace in project.
|
||||||
** projectile-ibuffer is useful for killing buffers.
|
** projectile-ibuffer is useful for killing buffers.
|
||||||
** C-x C-k r to apply macro to all lines in region
|
** 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.)
|
||||||
|
2
init.el
2
init.el
@ -140,7 +140,7 @@ Return a list of installed packages or nil for every package not installed."
|
|||||||
(add-hook 'after-init-hook #'flycheck-mode)
|
(add-hook 'after-init-hook #'flycheck-mode)
|
||||||
|
|
||||||
(require 'tramp)
|
(require 'tramp)
|
||||||
(setq tramp-default-method "plink")
|
(setq tramp-default-method "ssh")
|
||||||
|
|
||||||
(use-package ace-jump-mode
|
(use-package ace-jump-mode
|
||||||
:ensure t
|
:ensure t
|
||||||
|
Loading…
Reference in New Issue
Block a user