Browse Source

sourcecodepro fonts

rs101
parent
commit
dfa169ed6f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .emacs

+ 3
- 1
.emacs View File

@ -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.


Loading…
Cancel
Save