Track main dotfiles Git repository in magit
This commit is contained in:
parent
4e9d804bca
commit
23ca139e20
3
init.el
3
init.el
@ -1467,7 +1467,8 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
magit-commit-show-diff nil
|
magit-commit-show-diff nil
|
||||||
magit-repository-directories '(("~/" . 0)
|
magit-repository-directories '(("~/" . 0)
|
||||||
("~/.emacs.d" . 0)
|
("~/.emacs.d" . 0)
|
||||||
("~/Documents/" . 3))
|
("~/Documents/" . 3)
|
||||||
|
("~/.local/share/dotfiles" . 0))
|
||||||
magit-repolist-columns '(("Name" 20 magit-repolist-column-ident
|
magit-repolist-columns '(("Name" 20 magit-repolist-column-ident
|
||||||
())
|
())
|
||||||
("S" 1 magit-repolist-column-flag
|
("S" 1 magit-repolist-column-flag
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user