diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:26:07 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:26:07 +0200 |
| commit | 1a10699f9b9f788c4e521530d8fa320baa25985f (patch) | |
| tree | df6ccc5ce193f400a955f7c4d6e6106ef2d59eac /dot.emacs.d/init.el | |
| parent | 1b202ed34445707a7c419df4971276f31be1930d (diff) | |
Emacs: Don’t ensure AUCTeX packages
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 28c1fdf..fe7eb97 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -78,6 +78,7 @@ company-backends))))) (use-package company-auctex :if (display-graphic-p) + :ensure nil :config (company-auctex-init)) (use-package company-bibtex :if (display-graphic-p) @@ -230,7 +231,7 @@ (use-package tex :if (display-graphic-p) - :ensure auctex + :ensure nil :config (setq TeX-auto-save nil TeX-parse-self t @@ -251,6 +252,7 @@ (use-package auctex-latexmk :if (display-graphic-p) + :ensure nil :config (auctex-latexmk-setup) (setq TeX-command-default "LatexMk")) |
