From 0b811ae54903995e8716a5878483861536ac8c41 Mon Sep 17 00:00:00 2001 From: Chizi123 <joelgrun@gmail.com> Date: Tue, 29 Jan 2019 01:38:44 +0000 Subject: [PATCH] Changes default tramp method to pscp from plink --- init.el | 2 +- config.org | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index cd4b7a4..d48288a 100644 --- a/config.org +++ b/config.org @@ -396,7 +396,7 @@ ** Tramp #+BEGIN_SRC emacs-lisp (when (eq system-type 'windows-nt) - (setq tramp-default-method "plink")) + (setq tramp-default-method "pscp")) (setq password-cache-expiry nil) #+END_SRC @@ -654,7 +654,7 @@ :init (setq plantuml-jar-path "c:/ProgramData/chocolatey/lib/plantuml/tools/plantuml.jar")) #+END_SRC -* Org mode +* Org mode ** Up to date org #+BEGIN_SRC emacs-lisp (use-package org diff --git a/init.el b/init.el index 420f25d..1754995 100644 --- a/init.el +++ b/init.el @@ -37,7 +37,7 @@ '(ede-project-directories (quote ("c:/Users/joelg/.emacs.d"))) '(package-selected-packages (quote - (diminish keyfreq zenburn-theme yasnippet x86-lookup workgroups2 which-key volatile-highlights use-package undo-tree srefactor smartparens racket-mode popwin plantuml-mode pdf-tools org-bullets org nyan-mode magit latex-preview-pane helm-projectile ggtags flycheck-pos-tip flycheck-clang-analyzer company-math company-c-headers clean-aindent-mode auto-package-update auctex)))) + (matlab-mode diminish keyfreq zenburn-theme yasnippet x86-lookup workgroups2 which-key volatile-highlights use-package undo-tree srefactor smartparens racket-mode popwin plantuml-mode pdf-tools org-bullets org nyan-mode magit latex-preview-pane helm-projectile ggtags flycheck-pos-tip flycheck-clang-analyzer company-math company-c-headers clean-aindent-mode auto-package-update auctex)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- Gitblit v1.9.3