From ab09e984d1bae22c7c2d2267ebfcd079d45a8bf8 Mon Sep 17 00:00:00 2001
From: Johannes Choo <jhanschoo@gmail.com>
Date: Sun, 4 Dec 2016 17:23:48 +0800
Subject: [PATCH] Add stanza inserted by Package.el cf. bbatsov#1056

Add obnoxious stanza auto-inserted by Package.el to prevent it generating its own whenever Emacs is started.
cf. bbatsov#1056
---
 init.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/init.el b/init.el
index f22c960..2949392 100644
--- a/init.el
+++ b/init.el
@@ -32,6 +32,13 @@
 ;; Boston, MA 02110-1301, USA.
 
 ;;; Code:
+
+;; 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)
+
 (defvar current-user
   (getenv
    (if (equal system-type 'windows-nt) "USERNAME" "USER")))