Lucien Cartier-Tilet
92bc9ad251
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
16 lines
627 B
Plaintext
16 lines
627 B
Plaintext
[submodule ".config/tmux"]
|
|
path = .config/tmux
|
|
url = https://github.com/gpakosz/.tmux.git
|
|
[submodule ".config/nano/nano-syntax"]
|
|
path = .config/nano/nano-syntax
|
|
url = https://github.com/scopatz/nanorc.git
|
|
[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
|
|
url = https://github.com/venmos/w3m-layer.git
|
|
[submodule ".config/emacs/private/dired-phundrak"]
|
|
path = .config/emacs/private/dired-phundrak
|
|
url = https://labs.phundrak.com/phundrak/dired-phundrak
|