在使用Emacs的时候,如果编辑markdown文件,使用 markdown-live-preview-mode 命令,会提示 pandoc 命令没有找到
打开pandoc官网: http://pandoc.org/installing.html
打开终端输入命令
brew install pandoc
在 .emacs 文件中 填写
(custom-set-variables '(markdown-command "/usr/local/bin/pandoc"))
在使用Emacs的时候,如果编辑markdown文件,使用 markdown-live-preview-mode 命令,会提示 pandoc 命令没有找到
打开pandoc官网: http://pandoc.org/installing.html
打开终端输入命令
brew install pandoc
在 .emacs 文件中 填写
(custom-set-variables '(markdown-command "/usr/local/bin/pandoc"))