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
This commit is contained in:
Johannes Choo 2016-12-04 17:23:48 +08:00 committed by Bozhidar Batsov
parent e0a86fcb02
commit ab09e984d1

View file

@ -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")))