diff options
author | Amin Bandali <amin@gnu.org> | 2018-09-02 12:11:25 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-09-02 12:11:25 -0400 |
commit | d98421d58e0407f3a08259259f0dd9ab09163874 (patch) | |
tree | 294b71479c71716dd1db99931cc19f0927b111e7 /.gitmodules | |
parent | 5ebcc2cd35124ac799405936464f70523962a51f (diff) | |
download | configs-d98421d58e0407f3a08259259f0dd9ab09163874.tar.gz configs-d98421d58e0407f3a08259259f0dd9ab09163874.tar.xz configs-d98421d58e0407f3a08259259f0dd9ab09163874.zip |
[emacs] assimilate web-mode and emmet-mode for better web dev xp
TODO: change indentation offsets to 2
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a49345f..43fef81 100644 --- a/.gitmodules +++ b/.gitmodules @@ -65,6 +65,9 @@ path = lib/emacsql url = git@github.com:skeeto/emacsql.git no-byte-compile = emacsql-pg.el +[submodule "emmet-mode"] + path = lib/emmet-mode + url = git@github.com:smihica/emmet-mode.git [submodule "epkg"] path = lib/epkg url = git@github.com:emacscollective/epkg.git @@ -203,6 +206,9 @@ [submodule "use-package"] path = lib/use-package url = git@github.com:jwiegley/use-package.git +[submodule "web-mode"] + path = lib/web-mode + url = git@github.com:fxbois/web-mode.git [submodule "which-key"] path = lib/which-key url = git@github.com:justbur/emacs-which-key.git |