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
|
:init
|
||||||
(add-hook 'pandoc-mode-hook 'pandoc-load-default-settings)
|
(add-hook 'pandoc-mode-hook 'pandoc-load-default-settings)
|
||||||
:config
|
:config
|
||||||
(when (is-mac-p)
|
;;(when (is-mac-p)
|
||||||
(add-to-list 'exec-path "/usr/local/texlive/2016basic/bin/universal-darwin")))
|
;; (add-to-list 'exec-path "/usr/local/texlive/2016basic/bin/universal-darwin")))
|
||||||
|
|
||||||
(provide '108-pandoc)
|
(provide '108-pandoc)
|
||||||
;;; 108-pandoc.el ends here
|
;;; 108-pandoc.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user