Changes default tramp method to pscp from plink
 
	
	
	
	
	
	
	
	
	
	
	
	
	
 |  |  | 
 |  |  | ** 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 | 
 |  |  |  | 
 |  |  | 
 |  |  |   :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 | 
 
 |  |  | 
 |  |  |  '(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. |