Browse Source

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
custom
Johannes Choo 9 years ago
committed by Bozhidar Batsov
parent
commit
ab09e984d1
  1. 7
      init.el

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

Loading…
Cancel
Save