emacs: add 'magit' to custom.el

This commit is contained in:
2020-10-23 13:14:20 +01:00
parent 7c7d52e3d8
commit 7f31a9d624

View File

@@ -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.