init.el
changeset 101 2c7a2250aebf
parent 99 c50532aea1f3
child 102 c87589ea77d5
--- a/init.el	Wed Sep 20 14:12:46 2017 -0500
+++ b/init.el	Thu Aug 16 20:19:16 2018 -0500
@@ -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