merge
authorLuke Hoersten <luke@hoersten.org>
Thu, 16 Aug 2018 20:20:43 -0500
changeset 102 c87589ea77d5
parent 101 2c7a2250aebf (diff)
parent 100 e1c2df47261d (current diff)
child 103 f76683958fb4
merge
init.el
--- a/init.el	Thu Jul 26 11:18:15 2018 -0500
+++ b/init.el	Thu Aug 16 20:20:43 2018 -0500
@@ -134,12 +134,12 @@
 (exec-path-from-shell-copy-env "PYTHONPATH")
 (exec-path-from-shell-initialize)
 (eshell)
+(setq tramp-default-method "ssh")
 (add-hook 'eshell-mode-hook
           (lambda ()
             (setenv "TERM" "emacs")
             (setenv "PAGER" "cat")))
 
-
 ;;; ido / smex / completion
 (setq-default
  ido-enable-flex-matching t                           ; fuzzy matching for ido mode
@@ -208,7 +208,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