diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-07-01 15:50:51 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-07-01 15:50:51 -0500 |
commit | 83ea7ff7911cdcd9605cbd4c03af4fab5f869dca (patch) | |
tree | d8639362a72c5dcff938c32f49ca1871b4ebab44 | |
parent | 5160dc0f7cfb99b5bdb746622f38515b5af5fe27 (diff) |
Add: (package-install 'magit)
-rw-r--r-- | shoshin-config.el | 2 | ||||
-rw-r--r-- | shoshin-config.org | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shoshin-config.el b/shoshin-config.el index f98284b..3e4e8b8 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -73,7 +73,7 @@ (package-install 'devdocs) ;;; Projects - +(package-install 'magit) ;;; External Services (package-install 'plz) diff --git a/shoshin-config.org b/shoshin-config.org index deab2a5..8d2ac08 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -377,6 +377,11 @@ config might get what i want with vanilla built ins. :END: ** project.el +** version control +*** magit +#+begin_src emacs-lisp + (package-install 'magit) +#+end_src * External Services :PROPERTIES: :header-args:emacs-lisp: :noweb-ref external-services :noweb-sep "\n\n" :results silent |