Add papers to repositories
This commit is contained in:
parent
635f0d521d
commit
df6a78225a
@ -235,16 +235,17 @@ Turn off auto-fill mode that add line breaks.
|
|||||||
|
|
||||||
(after! magit
|
(after! magit
|
||||||
(setq magit-diff-refine-hunk 'all)
|
(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)
|
(setq magit-repolist-columns '(("Name" 25 magit-repolist-column-ident nil)
|
||||||
("Status" 7 magit-repolist-column-flag)
|
("Status" 7 magit-repolist-column-flag)
|
||||||
("B<U" 3 magit-repolist-column-unpulled-from-upstream
|
("B<U" 3 magit-repolist-column-unpulled-from-upstream
|
||||||
((:right-align t)
|
((:right-align t)
|
||||||
(:help-echo "Upstream changes not in branch")))
|
(:help-echo "Upstream changes not in branch")))
|
||||||
("B>U" 3 magit-repolist-column-unpushed-to-upstream
|
("B>U" 3 magit-repolist-column-unpushed-to-upstream
|
||||||
((:right-align t)
|
((:right-align t)
|
||||||
(:help-echo "Local changes not in upstream")))
|
(:help-echo "Local changes not in upstream")))
|
||||||
("Path" 99 magit-repolist-column-path nil)))
|
("Path" 99 magit-repolist-column-path nil)))
|
||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user