diff options
Diffstat (limited to 'init/package')
-rw-r--r-- | init/package/init-package.el | 4 |
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) |