summaryrefslogtreecommitdiff
path: root/init/package/init-package.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/package/init-package.el')
-rw-r--r--init/package/init-package.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init/package/init-package.el b/init/package/init-package.el
new file mode 100644
index 0000000..3e2129d
--- /dev/null
+++ b/init/package/init-package.el
@@ -0,0 +1,4 @@
+(setq package-archives nil
+ package-check-signature 'all)
+
+(provide 'init-package)