From df6a78225abc20eacd7e4d3866b3338f801cc53d Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Tue, 3 Nov 2020 12:06:04 +0100 Subject: [PATCH] Add papers to repositories --- dotfiles/doom.org | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/dotfiles/doom.org b/dotfiles/doom.org index 9649288..6a294b0 100644 --- a/dotfiles/doom.org +++ b/dotfiles/doom.org @@ -235,16 +235,17 @@ Turn off auto-fill mode that add line breaks. (after! magit (setq magit-diff-refine-hunk 'all) - (setq magit-repository-directories `(("~/Cloud/thesis/matlab/" . 1))) + (setq magit-repository-directories `(("~/Cloud/thesis/matlab/" . 1) + ("~/Cloud/thesis/papers/" . 1))) (setq magit-repolist-columns '(("Name" 25 magit-repolist-column-ident nil) - ("Status" 7 magit-repolist-column-flag) - ("BU" 3 magit-repolist-column-unpushed-to-upstream - ((:right-align t) - (:help-echo "Local changes not in upstream"))) - ("Path" 99 magit-repolist-column-path nil))) + ("Status" 7 magit-repolist-column-flag) + ("BU" 3 magit-repolist-column-unpushed-to-upstream + ((:right-align t) + (:help-echo "Local changes not in upstream"))) + ("Path" 99 magit-repolist-column-path nil))) ) #+end_src