about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-01T01·05+0200
committerVincent Ambo <vincent@spotify.com>2013-07-01T01·05+0200
commit76dd77aad0158c5104143de23a28567de0c13b5f (patch)
tree3be89dbb8336ab300e83302db964fdeb266823e4
parent1c1128c2e10a0cbd39b9844adab99e082f1ccdd5 (diff)
Added magit to package list
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 74dc73428148..c7256a50d637 100644
--- a/init.el
+++ b/init.el
@@ -7,7 +7,7 @@
   (package-refresh-contents))
 
 ;; Important packages
-(defvar my-pkgs '(starter-kit starter-kit-bindings haskell-mode)
+(defvar my-pkgs '(starter-kit starter-kit-bindings haskell-mode magit)
   "Packages to install at launch.")
 
 (dolist (p my-pkgs)