~edwargix/emacs.d

bd180c92c42d07f7eb1782f2e5f62367aca38579 — David Florness 6 years ago b8f67c3
Use "markdown" executable to run markdown via markdown-mode
1 files changed, 1 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +1 -1
@@ 52,7 52,7 @@
  :mode (("README\\.md\\'" . gfm-mode)
         ("\\.md\\'" . markdown-mode)
         ("\\.markdown\\'" . markdown-mode))
  :init (setq markdown-command "multimarkdown"))
  :init (setq markdown-command "markdown"))


;;; a minor mode for dealing with pairs