.emacs.d

My Emacs configuration files.
Log | Files | Refs | README

commit a6b013c6328f458bbbef9429a2437f350cfb37f4
parent 7cf6001dfa6be47f4ba9d523b8e5a1ebf5ea713c
Author: Hugo Soucy <hugo.soucy@toumoro.com>
Date:   Tue, 17 Nov 2020 12:31:29 -0500

Add a git sumodule command

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -21,3 +21,8 @@ My setup for GNU Emacs. Mainly builded with * [ui-ux.el](./partials/ui-ux.el) * [webdev.el](./partials/webdev.el) * [Etc...](./partials) + + +## Update submodule + +* `git submodule update --init && git submodule update --recursive --remote`