mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2019-01-29 0b811ae54903995e8716a5878483861536ac8c41
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