diff options
Diffstat (limited to 'magit-conf.el')
-rw-r--r-- | magit-conf.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/magit-conf.el b/magit-conf.el new file mode 100644 index 0000000..c10732e --- /dev/null +++ b/magit-conf.el @@ -0,0 +1,6 @@ +;; Well, a lot of dependencies + +(use-package "dash.el" 'dash) +(use-package "with-editor" 'with-editor) +(use-package "transient/lisp" 'transient) +(use-package "magit/lisp/" 'magit) |