about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-09-27T13·02+0200
committerVincent Ambo <tazjin@gmail.com>2017-09-27T13·02+0200
commit6107ec40d67c7269a3dbbc7453341d946bda3068 (patch)
tree56f5b2fbae03269615a7513c18a78004e2673eae /init.el
parent6c2da17783ef0931e1d44dbd22c79f91668a4dc0 (diff)
fix(init.el): Initialise package manager immediately
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 839c1291aaeb..bbfdcce2744e 100644
--- a/init.el
+++ b/init.el
@@ -1,5 +1,6 @@
 ;; Configure package manager
 (require 'package)
+(package-initialize)
 
 ;; Add Marmalade repo
 (add-to-list 'package-archives '("marmalade" . "https://marmalade-repo.org/packages/"))
@@ -10,7 +11,6 @@
 
 ;; And load things!
 (package-refresh-contents)
-(package-initialize)
 
 (defvar my-pkgs
   '(;; All packages