From 54032462858d79db00c6c6398a408cfeb89c647d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com> Date: Tue, 26 Apr 2022 16:50:22 +0200 Subject: [PATCH] Add missing packages to the Emacs configuration [ci-skip] --- doc/lisp/build-doc-config.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/lisp/build-doc-config.el b/doc/lisp/build-doc-config.el index 9e2cc8d69..fdde4a3e3 100644 --- a/doc/lisp/build-doc-config.el +++ b/doc/lisp/build-doc-config.el @@ -31,6 +31,9 @@ (setq auto-save-default nil) +(use-package tex + :ensure auctex) + (use-package org :ensure t :pin org) @@ -92,6 +95,9 @@ (org . t) (latex . t ))) +(use-package gnuplot + :ensure t) + (eval-when-compile (require 'easy-mmode) (require 'ox)) -- GitLab