From dfa169ed6fcf388cd86e6a978bcd85ec82fdb92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Sun, 29 Aug 2021 18:51:24 -0500 Subject: [PATCH] sourcecodepro fonts --- .emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.