diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-28 14:52:43 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-28 14:52:43 -0400 |
| commit | b31f90af5ac142fe35cf40d1c1458b20170a7286 (patch) | |
| tree | b9e6a1c86a0597b51b8b974dd025eecf1ea62dba /.emacs.d/lisp/magit-setup.el | |
| parent | 3e2f998ace2f1b4ff8e47a17c21069b80413a6e4 (diff) | |
refactor: Split Emacs config into multiple files
Split Emacs config into multiple files for a more readable setup.
Diffstat (limited to '.emacs.d/lisp/magit-setup.el')
| -rw-r--r-- | .emacs.d/lisp/magit-setup.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/lisp/magit-setup.el b/.emacs.d/lisp/magit-setup.el new file mode 100644 index 0000000..1018218 --- /dev/null +++ b/.emacs.d/lisp/magit-setup.el @@ -0,0 +1,5 @@ +(unless (package-installed-p 'magit) + (package-install 'magit)) + +(provide 'magit-setup) + |
