src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 116100b..c52c84f 100644
--- a/init.el
+++ b/init.el
@@ -135,7 +135,7 @@
(exec-path-from-shell-initialize)
(eshell)
(add-hook 'eshell-mode-hook (lambda () (setenv "TERM" "emacs")))
-
+(setq tramp-default-method "ssh")
;;; ido / smex / completion
(setq-default
@@ -205,7 +205,7 @@
;;; markdown-mode
(add-hook 'markdown-mode-hook 'flyspell-mode)
-(setq-default markdown-command "pandoc -f markdown_github")
+(setq-default markdown-command "pandoc -f gfm")
;;; html-mode