Add magit
This commit is contained in:
parent
8ca003ac77
commit
9c8b119a75
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
|
@ -52,6 +52,7 @@
|
||||||
flycheck-irony
|
flycheck-irony
|
||||||
elpy
|
elpy
|
||||||
py-autopep8
|
py-autopep8
|
||||||
|
magit
|
||||||
helm
|
helm
|
||||||
helm-gtags
|
helm-gtags
|
||||||
helm-swoop
|
helm-swoop
|
||||||
|
|
@ -103,7 +104,7 @@
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(package-selected-packages (quote (irony-eldoc elpy irony helm-swoop helm))))
|
'(package-selected-packages (quote (magit irony-eldoc elpy irony helm-swoop helm))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue