diff options
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) + |
