Added magit to package list
This commit is contained in:
parent
1c1128c2e1
commit
76dd77aad0
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -7,7 +7,7 @@
|
||||||
(package-refresh-contents))
|
(package-refresh-contents))
|
||||||
|
|
||||||
;; Important packages
|
;; 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.")
|
"Packages to install at launch.")
|
||||||
|
|
||||||
(dolist (p my-pkgs)
|
(dolist (p my-pkgs)
|
||||||
|
|
Loading…
Add table
Reference in a new issue