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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user