diff --git a/emacs.d/custom.el b/emacs.d/custom.el index d6ee617..cc1c60d 100644 --- a/emacs.d/custom.el +++ b/emacs.d/custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(org-agenda-files (quote ("~/data/org/notes.org" "~/data/org/work.org"))) - '(package-selected-packages (quote (dracula-theme use-package)))) + '(package-selected-packages (quote (magit dracula-theme use-package)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.