From 7f31a9d624477a1c6fa48a331cd8cc7fdbd0f3dc Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 23 Oct 2020 13:14:20 +0100 Subject: [PATCH] emacs: add 'magit' to custom.el --- emacs.d/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.