commit 3d8ca0ba7e867718528e330204e9038940b1e1ca parent b2bd3f56bcdcb3433f0792c4d9d6d9bbcbaab83d Author: Hugo Soucy <hs0ucy@h50ucy.local> Date: Fri, 21 Sep 2018 18:51:11 -0400 Add a tramp default method Diffstat:
M | partials/extras.el | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/partials/extras.el b/partials/extras.el @@ -80,4 +80,7 @@ ;; Org-mode seetings (setq org-todo-keywords - '((sequence "TODO" "INPROGRESS" "REVIEW" "WAITING" "DELEGATED" "DONE"))) + '((sequence "TODO" "INPROGRESS" "REVIEW" "WAITING" "DELEGATED" "DONE"))) + +;; Tramp +(setq tramp-default-method "ssh")