src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2018-08-16 20:19:16 -0500
committerLuke Hoersten <[email protected]>2018-08-16 20:19:16 -0500
commitbf068963fcc5748ae67be52ca8b661da4cd4df35 (patch)
tree75cf817afc0b5ed6012f6cf81ff6db7e21d5876b /init.el
parent63f7dd98d49cabb5db9a1fbcec8de0704b22c4be (diff)
merge
Diffstat (limited to 'init.el')
-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