Fixed submodules
Added back to their right place my submodules, but I could not add Spacemacs as one since submodules from a repository cannot host or be hosted by another submodule of the same repository. Emacs-related submodules and files are now hosted in ~/.config/emacs in prevision for Emacs 27 (for now, ~/.emacs.d is a symlink to this directory) Other submodules have been moved to ~/.config in order to clean my $HOME directory
This commit is contained in:
parent
094f38f56e
commit
92bc9ad251
21
.gitmodules
vendored
21
.gitmodules
vendored
@ -1,18 +1,15 @@
|
|||||||
[submodule "tmux"]
|
[submodule ".config/tmux"]
|
||||||
path = .config/tmux
|
path = .config/tmux
|
||||||
url = https://github.com/gpakosz/.tmux.git
|
url = https://github.com/gpakosz/.tmux.git
|
||||||
[submodule "conlang-layer"]
|
[submodule ".config/nano/nano-syntax"]
|
||||||
path = .config/emacs/private/conlanging
|
path = .config/nano/nano-syntax
|
||||||
url = git@labs.phundrak.com:phundrak/conlang-layer.git
|
|
||||||
[submodule "nano-syntax"]
|
|
||||||
path = .config/nanorc/nano-syntax
|
|
||||||
url = https://github.com/scopatz/nanorc.git
|
url = https://github.com/scopatz/nanorc.git
|
||||||
[submodule "w3m-layer"]
|
[submodule ".config/emacs/private/conlanging"]
|
||||||
|
path = .config/emacs/private/conlanging
|
||||||
|
url = https://labs.phundrak.com/phundrak/conlang-layer
|
||||||
|
[submodule ".config/emacs/private/w3m"]
|
||||||
path = .config/emacs/private/w3m
|
path = .config/emacs/private/w3m
|
||||||
url = https://github.com/venmos/w3m-layer.git
|
url = https://github.com/venmos/w3m-layer.git
|
||||||
[submodule "dired-phundrak"]
|
[submodule ".config/emacs/private/dired-phundrak"]
|
||||||
path = .config/emacs/private/dired-phundrak
|
path = .config/emacs/private/dired-phundrak
|
||||||
url = git@labs.phundrak.com:phundrak/dired-phundrak.git
|
url = https://labs.phundrak.com/phundrak/dired-phundrak
|
||||||
[submodule "Spacemacs"]
|
|
||||||
path = .config/emacs
|
|
||||||
url = https://github.com/syl20bnr/spacemacs
|
|
||||||
|
Loading…
Reference in New Issue
Block a user