From 6d8850963f0af49565615f60bbe6de83b20ee89f Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 14 Nov 2017 17:34:58 -0500 Subject: [PATCH] This comes from package.el What is it anyways? --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 6dc9e12..37ff3d2 100644 --- a/init.el +++ b/init.el @@ -1,3 +1,9 @@ +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(package-initialize) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.