Skip to content
Snippets Groups Projects
Commit 54032462 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add missing packages to the Emacs configuration [ci-skip]

parent 199b3ecd
No related branches found
No related tags found
1 merge request!145git subrepo clone git@gitlab.com:OlMon/org-themes.git packages/org-themes
...@@ -31,6 +31,9 @@ ...@@ -31,6 +31,9 @@
(setq auto-save-default nil) (setq auto-save-default nil)
(use-package tex
:ensure auctex)
(use-package org (use-package org
:ensure t :ensure t
:pin org) :pin org)
...@@ -92,6 +95,9 @@ ...@@ -92,6 +95,9 @@
(org . t) (org . t)
(latex . t ))) (latex . t )))
(use-package gnuplot
:ensure t)
(eval-when-compile (eval-when-compile
(require 'easy-mmode) (require 'easy-mmode)
(require 'ox)) (require 'ox))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment