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

Fix package.el initialization [ci-skip]

parent 2ebb4a01
No related branches found
No related tags found
1 merge request!145git subrepo clone git@gitlab.com:OlMon/org-themes.git packages/org-themes
......@@ -7,6 +7,7 @@
(setq max-specpdl-size 10000)
(require 'package)
(package-initialize)
(setq package-enable-at-startup nil)
(add-to-list 'package-archives
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment