diff --git a/.emacs b/.emacs index f62f948..885c68d 100644 --- a/.emacs +++ b/.emacs @@ -62,6 +62,8 @@ '(font . "Source Code Pro-18")) ;;+++++++ ;;auctex: +(is-installed 'auctex) + (setenv "PATH" (concat "/Library/TeX/texbin:" (getenv "PATH"))) (add-to-list 'exec-path "/Library/TeX/texbin") @@ -122,7 +124,7 @@ ;; If there is more than one, they won't work right. '(package-selected-packages (quote - (docker-compose-mode markdown-mode org-ref doom-modeline all-the-icons doom-themes which-key helm use-package)))) + (auctex docker-compose-mode markdown-mode org-ref doom-modeline all-the-icons doom-themes which-key helm use-package)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.