Add a file for magit

This commit is contained in:
Andreas Zweili 2022-08-21 15:02:29 +02:00
parent 5ac2bbe984
commit d3d4c1dfb2
3 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,6 @@
(use-package gnu-elpa-keyring-update
:ensure t)
;; enable magit a great git porcelain.
(use-package magit
:ensure t
:commands magit-status
:bind
("<f10>" . magit-status))
(use-package bug-hunter
:defer t
:ensure t)

View File

@ -0,0 +1,6 @@
;; enable magit a great git porcelain.
(use-package magit
:ensure t
:commands magit-status
:bind
("<f10>" . magit-status))

View File

@ -26,6 +26,7 @@
;; programming
(load-file (config-path "company.el"))
(load-file (config-path "format_all.el"))
(load-file (config-path "magit.el"))
(load-file (config-path "powershell.el"))
(load-file (config-path "python.el"))
(load-file (config-path "webmode.el"))