summaryrefslogtreecommitdiff
path: root/emacs/custom
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-git.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-git.el b/emacs/custom/fcuny-git.el
index a6a3829..ac9b837 100644
--- a/emacs/custom/fcuny-git.el
+++ b/emacs/custom/fcuny-git.el
@@ -57,6 +57,12 @@
magit-insert-diff-filter-header
magit-insert-head-branch-header)))
+(use-package magit-repos
+ :ensure nil
+ :after (magit)
+ :custom
+ (magit-repository-directories '(("~/workspace" . 1))))
+
(use-package git-commit
:ensure t
:after magit