summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2016-02-28 13:11:57 +0100
committerMartin Polden <martin.polden@gmail.com>2016-02-28 13:11:57 +0100
commit37e181f22353c9a2098626e71780d1b94393f5ca (patch)
tree989d2116816e2860ae6eb494a0955984efb723b7 /init.el
parent4850c42e9575992b9f2d9a72022107e111988813 (diff)
Prevent Emacs 25 from initializing package.el
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 237cde6..7217893 100644
--- a/init.el
+++ b/init.el
@@ -1,3 +1,6 @@
+;; prevent emacs 25 from automatically initializing package.el
+;; (package-initialize)
+
;; add ~/.emacs.d/lisp to load path
(add-to-list 'load-path (expand-file-name "lisp" user-emacs-directory))