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
Branches
Tags
1 merge request!145git subrepo clone git@gitlab.com:OlMon/org-themes.git packages/org-themes
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment