Change name of tex-site to latex

This commit is contained in:
Adam Goldsmith 2015-10-10 14:16:56 -04:00
parent d196117109
commit 5a4273480f

View File

@ -150,7 +150,7 @@
(setq todotxt-default-file (expand-file-name "~/Sync/todo/todo.txt")) (setq todotxt-default-file (expand-file-name "~/Sync/todo/todo.txt"))
(setq todotxt-default-archive-file (expand-file-name "~/Sync/todo/done.txt")) (setq todotxt-default-archive-file (expand-file-name "~/Sync/todo/done.txt"))
(setq todotxt-due-tag "due")) (setq todotxt-due-tag "due"))
(use-package tex-site (use-package latex
:config :config
(setq TeX-command-extra-options "-shell-escape") (setq TeX-command-extra-options "-shell-escape")
(defun my-tex () (defun my-tex ()