Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Install auctex #379

Description

@PeterSterner

Hi

I'm converting my init.el to use use-package. It's great :-).

I'm trying to install auctex via use-package (I use Ubuntu and I have removed the auctex ubuntu package).

I can get auctex to work with the following snippet:

(use-package tex-site
:ensure auctex
:defer t
:mode (".tex'" . latex-mode)
:commands (latex-mode LaTeX-mode plain-tex-mode)
:config
(progn
(add-to-list 'load-path "~/.emacs.d/elpa/auctex-11.89.5")
(load "auctex.el" nil t t)
(load "preview.el" nil t t)
)
)

But is there a smarter way? Any help appreciated. Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions