From 9c8b119a758899afb34cfbbd6592b0156ebfd65c Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Mon, 21 Aug 2017 17:20:20 +0200 Subject: [PATCH] Add magit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index fa96e6c..38e4b5b 100644 --- a/init.el +++ b/init.el @@ -52,6 +52,7 @@ flycheck-irony elpy py-autopep8 + magit helm helm-gtags helm-swoop @@ -103,7 +104,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; 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 was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.