|
@ -62,6 +62,8 @@ |
|
|
'(font . "Source Code Pro-18")) |
|
|
'(font . "Source Code Pro-18")) |
|
|
;;+++++++ |
|
|
;;+++++++ |
|
|
;;auctex: |
|
|
;;auctex: |
|
|
|
|
|
(is-installed 'auctex) |
|
|
|
|
|
|
|
|
(setenv "PATH" (concat "/Library/TeX/texbin:" |
|
|
(setenv "PATH" (concat "/Library/TeX/texbin:" |
|
|
(getenv "PATH"))) |
|
|
(getenv "PATH"))) |
|
|
(add-to-list 'exec-path "/Library/TeX/texbin") |
|
|
(add-to-list 'exec-path "/Library/TeX/texbin") |
|
@ -122,7 +124,7 @@ |
|
|
;; If there is more than one, they won't work right. |
|
|
;; If there is more than one, they won't work right. |
|
|
'(package-selected-packages |
|
|
'(package-selected-packages |
|
|
(quote |
|
|
(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 |
|
|
;; custom-set-faces was added by Custom. |
|
|
;; custom-set-faces was added by Custom. |
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|