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:
parent
e0a86fcb02
commit
ab09e984d1
1 changed files with 7 additions and 0 deletions
7
init.el
7
init.el
|
@ -32,6 +32,13 @@
|
||||||
;; Boston, MA 02110-1301, USA.
|
;; Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
;;; Code:
|
;;; 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
|
(defvar current-user
|
||||||
(getenv
|
(getenv
|
||||||
(if (equal system-type 'windows-nt) "USERNAME" "USER")))
|
(if (equal system-type 'windows-nt) "USERNAME" "USER")))
|
||||||
|
|
Loading…
Reference in a new issue