108-pandoc: leave mac specific handling

* comment out the mac tex path

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-07-25 12:51:36 +02:00
parent e5a0c4d8a3
commit cb385e40fd

View File

@@ -10,8 +10,8 @@
:init
(add-hook 'pandoc-mode-hook 'pandoc-load-default-settings)
:config
(when (is-mac-p)
(add-to-list 'exec-path "/usr/local/texlive/2016basic/bin/universal-darwin")))
;;(when (is-mac-p)
;; (add-to-list 'exec-path "/usr/local/texlive/2016basic/bin/universal-darwin")))
(provide '108-pandoc)
;;; 108-pandoc.el ends here